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

TCustomComboBox.TextHint

Default hint text shown when the Text property is empty and the control is not focused.

Declaration

Source position: stdctrls.pp line 444

public property TCustomComboBox.TextHint : TTranslateString
  read FTextHint
  write SetTextHint;

Description

TextHint is a TTranslateString property which contains the inline hint text displayed for the control. TextHint is displayed in the editable area for the control when Text is an empty string ('') and the control is not focused. As a TTranslateString value, it can be translated using the LCL localization mechanism when enabled for the project.

See also

TCustomComboBox.Text

  

The value in the edit box for the control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.