TcxCustomTextEdit.TextHint Property
In This Article
A hint or message to be displayed when the editor’s value is unassigned.
#Declaration
Delphi
property TextHint: string read; write;
#Property Value
Type |
---|
string |
#Remarks
This property is available only in Delphi 2009/C++Builder 2009 or later and corresponds to the TEdit.TextHint or TComboBox.TextHint property.
See Also