IdxRichEditDocument.Unprotect Method
Disables the document’s protection from accidental modifications.
Declaration
procedure Unprotect;
Remarks
To identify if the opened document’s content is protected, use the IsDocumentProtected property.
An end-user can cancel the document protection via the Unprotect Document dialog invoked by the UnprotectDocument command.
See Also