RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComboBox.TextHint Property

Specifies the text that is displayed as a text watermark in the edit box of the combo box control.

Pascal
property TextHint: string;
C++
__property AnsiString TextHint;

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 in Vista.
 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!