Skip to main content
A newer version of this page is available. .

TdxRichEditControlUnprotectDocument Class

An action object that corresponds to the UnprotectDocument command in the Rich Edit control.

Declaration

TdxRichEditControlUnprotectDocument = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlUnprotectDocument action object allows an end-user to disable the current document’s protection. If no password was specified in the Start Enforcing Protection dialog, this action disables the protection without confirmation. Otherwise, the Unprotect Document dialog is invoked:

UI elements linked to a TdxRichEditControlUnprotectDocument action object are enabled only if the following conditions are met:

  • The Rich Edit control’s ReadOnly property is set to False;

  • The active document is currently protected.

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlUnprotectDocument action object, use the sdxRichEditCommandUnprotectDocumentMenuCaption and sdxRichEditCommandUnprotectDocumentDescription resource strings, respectively.

See Also