Skip to main content

IdxRichEditDocument.GetIsEmpty Method

Returns a value indicating whether the document is empty.

Declaration

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