| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Contains content and state information for Hints displayed for a window or control.
Source position: controls.pp line 376
| type THintInfo = record | ||
| HintControl: TControl; | 
 | Control for the hint display. | 
| HintWindowClass: TWinControlClass; | 
 | Window class for the hint display. | 
| HintPos: TPoint; | 
 | TPoint with the screen coordinates for the hint display. | 
| HintMaxWidth: Integer; | 
 | Maximum width for the hint. | 
| HintColor: TColor; | 
 | Color for the hint window. | 
| CursorRect: TRect; | 
 | Rectangle with the coordinates and size for the cursor. | 
| CursorPos: TPoint; | 
 | TPoint with the location for the mouse cursor. | 
| ReshowTimeout: Integer; | 
 | If set to a value greater than Zero (0), call after value milliseconds OnShowHint again. | 
| HideTimeout: Integer; | 
 | Duration in milliseconds for the hint display. | 
| HintStr: string; | 
 | String value displayed as a hint for the associated control. | 
| HintData: Pointer; | 
 | Pointer to the data used to derive the hint text. | 
| end; | 
| Version 4.0 | Generated 2025-05-03 | Home |