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

TApplication.ShowHint

Indicates if Hints are displayed for the application.

Declaration

Source position: forms.pp line 1772

public property TApplication.ShowHint : Boolean
  read FShowHint
  write SetShowHint;

Description

ShowHint is a Boolean property which indicates if Hints are displayed for the application. It is used when tracking the position of the mouse cursor over controls and forms, and determines if the items require a hint display.

Setting the value in ShowHints to False causes an existing THintWindow instance in the application to be freed.

See also

TApplicationProperties.ShowHint

  

Indicates if Hints are displayed for the application.

TForm.ShowHint

  

Enables Hint display for the control.

TControl.ParentShowHint

THintWindow

  

The pop-up box containing helpful information that appears when the mouse pointer hovers over an object.


Version 3.2 Generated 2024-02-25 Home