Class TWidgetHint (unit widget) |
Inherits from
TObject
constructor Create;
- TWidgetHint } // provides a hint for the widget
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.
property Hint : string
property Started : boolean
property XPos : integer
property YPos : integer
FHint : string;
FHintWindow : THintWindow;
FShowing : boolean;
FStarted : boolean;
FXPos : integer;
FYPos : integer;
Timer : TTimer;
constructor Create;
TWidgetHint } // provides a hint for the widget
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.
property Hint : string
property Started : boolean
property XPos : integer
property YPos : integer
FHint : string;
FHintWindow : THintWindow;
FShowing : boolean;
FStarted : boolean;
FXPos : integer;
FYPos : integer;
Timer : TTimer;