Unit 'GroupedEdit' Package
[Overview][Types][Classes][Index] [#lcl]

TCustomAbstractGroupedEdit.TextHint

Contains the hint text displayed for the grouped edit control.

Declaration

Source position: groupededit.pp line 306

public property TCustomAbstractGroupedEdit.TextHint : string
  read GetTextHint
  write SetTextHint;

Description

TextHint is a TTranslateString property which contains the hint text displayed for the grouped edit control. Read and write access to the property value are redirected to the BaseEditor property.

See also

TCustomAbstractGroupedEdit.BaseEditor

  

Represents the control used as the editor for the value in the grouped edit control.

TControl.Hint

  

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