Vcl.StdCtrls.TCustomComboBox.TextHint
Delphi
property TextHint: string read FTextHint write SetTextHint;
C++
__property System::UnicodeString TextHint = {read=FTextHint, write=SetTextHint};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomComboBox |
Description
Specifies the text that is displayed as a text watermark in the edit box of the combo box control.
Use TextHint to get or set the watermark text that is shown in the edit box of the combo box control.
The disabled watermark is displayed as long as you do not modify the Text property of the combo box.
Note: This feature is only available for Vista, Windows 7, or later Windows operating systems.
See Also
Code Examples