TdxSpreadSheetCustomTextBox.IsEmpty Method
Returns a value indicating whether the text box is empty.
Declaration
function IsEmpty: Boolean; virtual;
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the TextAsString property contains an empty string; otherwise – False.
See Also