[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

THintInfo

Contains content and state information for Hints displayed for a window or control.

Declaration

Source position: controls.pp line 384

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 3.2 Generated 2024-02-25 Home