TdxSpreadSheetCustomTextBox.TextAsString Property
In This Article
Specifies the string displayed by the text box.
#Declaration
Delphi
property TextAsString: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use this property to assign the text box contents programmatically.
See Also