[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: controls.pp line 322
type THintInfo = record |
||
HintControl: TControl; |
|
|
HintWindowClass: TWinControlClass; |
|
|
HintPos: TPoint; |
|
|
HintMaxWidth: Integer; |
|
|
HintColor: TColor; |
|
|
CursorRect: TRect; |
|
|
CursorPos: TPoint; |
|
|
ReshowTimeout: Integer; |
|
If set to a value >0 call after value milliseconds OnShowHint again |
HideTimeout: Integer; |
|
Duration in ms how long the hint is shown |
HintStr: string; |
|
|
HintData: Pointer; |
|
|
end; |
lazarus-ccr.sourceforge.net |