ShowHint
<< Click to Display Table of Contents >> Navigation: TMyCAD > Properties > ShowHint |
property ShowHint: Boolean;
Description:
Determines whether the TMyCAD displays a Shape Caption when the mouse pointer rests momentarily on it.
Example:
Delphi syntax:
MyCAD1.ShowHint := true ;
C++ syntax:
MyCAD1->ShowHint = true ;