| Class TWidgetHint (unit widget) |
TObject
| Constructors |
constructor Create;| Functions |
destructor Destroy;
procedure Start;
procedure Stop;
procedure HideWindow(Sender : TObject);
procedure ShowWindow(Sender : TObject);| Properties |
property Hint : string
property Started : boolean
property XPos : integer
property YPos : integer| Events |
| Variables |
FHint : string;
FHintWindow : THintWindow;
FShowing : boolean;
FStarted : boolean;
FXPos : integer;
FYPos : integer;
Timer : TTimer;| Constructors |
constructor Create;TWidgetHint } // provides a hint for the widget
| Functions |
destructor Destroy;
procedure Start;
procedure Stop;
procedure HideWindow(Sender : TObject);add the height of the cursor
procedure ShowWindow(Sender : TObject);In case the and mask is blank, look for an empty scanline in the xor mask.
| Properties |
property Hint : string
property Started : boolean
property XPos : integer
property YPos : integer| Events |
| Variables |
FHint : string;
FHintWindow : THintWindow;
FShowing : boolean;
FStarted : boolean;
FXPos : integer;
FYPos : integer;
Timer : TTimer;