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

TApplication.ShowHintWindow

Shows or hides the Hint window for the application.

Declaration

Source position: forms.pp line 1584

protected procedure TApplication.ShowHintWindow(

  const Info: THintInfoAtMouse

);

Arguments

Info

  

Updated with the Hint-related information for a parent control or form.

Description

When a parented HintControl has been assigned, handler routines are signalled to check whether the hint can be display in the event handler. The OnShowHint event handler is signalled first (when assigned). Additional application handlers assigned using AddOnShowHintHandler are signalled next.

If the hint text is not empty, it is displayed and its timer is started. Otherwise the HideHint method is called to hide the hint window.


Version 3.2 Generated 2024-02-25 Home