Default hint text shown when the Text property is empty and the control is not focused.
Source position: stdctrls.pp line 444
public property TCustomComboBox.TextHint : string |
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.
|
The value in the edit box for the control. |