IdxRichEditDocument.GetIsDocumentProtected Method
In This Article
Returns a value indicating whether the document is protected from accidental modifications.
#Declaration
Delphi
function GetIsDocumentProtected: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the document’s content is not editable, except for permission ranges; otherwise – False. If document protection is enabled, only the user whose name is assigned to a range permission’s UserName property can edit the respective document range.
The GetIsDocumentProtected function is a getter of the IsDocumentProtected property.
See Also