IdxRichEditDocument.Unprotect Method
In This Article
Disables the document’s protection from accidental modifications.
#Declaration
Delphi
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