HotShow
<< Click to Display Table of Contents >> Navigation: TMyCAD > Properties > HotShow |
property HotShow:boolean;
Description:
true: the hotspot showed normally
false: the hotspot hide, even a shape be selected.
Example:
Delphi syntax:
MyCAD1.HotShow := true;
C++ syntax:
MyCAD1->HotShow = true;