Back to Devexpress

IdxRichEditDocument.Unprotect Method

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocument-46bc595e.md

latest926 B
Original Source

IdxRichEditDocument.Unprotect Method

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

IdxRichEditDocument.Protect

IdxRichEditDocument Interface

IdxRichEditDocument Members

dxRichEdit.NativeApi Unit