IdxRichEditDocument.GetIsEmpty Method
In This Article
Returns a value indicating whether the document is empty.
#Declaration
Delphi
function GetIsEmpty: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the document contains only the default content created at the moment of the Rich Edit control’s initialization; otherwise – False.
The GetIsEmpty function is a getter of the IsEmpty property.
See Also