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

THintInfoAtMouse

Stores control and mouse position information for a hint display.

Declaration

Source position: forms.pp line 1356

type THintInfoAtMouse = record

  MousePos: TPoint;

  

Position of the mouse cursor for the hint display.

  Control: TControl;

  

Control for the hint display.

  ControlHasHint: Boolean;

  

Indicates if hint text is available for form or control.

end;

Description

THintInfoAtMouse is a record type used to store Control and Mouse position information for a hint display.

THintInfoAtMouse is passed as an argument to the ShowHintWindow method in TApplication. It is also used in the implementation of TApplication methods like ActivateHint and OnHintTimer.

See also

TApplication.ShowHintWindow

  

Shows or hides the Hint window for the application.

TApplication.ActivateHint

  

Configures a hint window for the specified mouse position.

TApplication.OnHintTimer

  

Implements an event handler signalled when the timer for a hint display has elapsed.


Version 3.2 Generated 2024-02-25 Home