Back to Devexpress

TdxRichEditControlEncryptDocument Class

vcl-dxrichedit-dot-actions-b647c291.md

latest2.1 KB
Original Source

TdxRichEditControlEncryptDocument Class

An action object that corresponds to the EncryptDocument command provided by the Rich Edit control.

Declaration

delphi
TdxRichEditControlEncryptDocument = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlEncryptDocument action object invokes the Encrypt the contents of this file dialog that prompts an end-user to assign an encryption password to a document and confirm the entry:

The same dialog can be used to either modify or remove an existing encryption password. To remove the password, an end-user can invoke the Encrypt the contents of this file dialog, erase the password’s characters in the Enter new password (optional) field and click the OK button.

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlEncryptDocument

See Also

TdxRichEditControlEncryptDocument Members

dxRichEdit.Actions Unit