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

TControl.Hint

The text to show in the Hint window for this control.

Declaration

Source position: controls.pp line 1631

published property TControl.Hint: TTranslateString
  read FHint
  write SetHint
  stored IsHintStored;

See also

TControl.ShowHint

  

Enables the Hint display.

TControl.ParentShowHint

  

If true, the value of ShowHint for the control will be the same as the one from the Parent. Default is true.