IdxRichEditDocument.IsEmpty Property
In This Article
Identifies if the document is empty.
#Declaration
Delphi
property IsEmpty: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the document has no content; otherwise – False.
See Also