vcl-dxrichedit-dot-actions-d09c7cb2.md
A SaveDocument command’s action object.
TdxRichEditControlSaveDocument = class(
TdxRichEditControlAction
)
When a user executes the SaveDocument command, the TdxRichEditControlLoadDocument action object applies pending changes to an existing document file or opens the Save As dialog (for a new document).
A user can save a document file if the Rich Edit control’s Options.Behavior.Save property is set to Default or Enabled.
Refer to the following topic for detailed information on content import/export, and support for different document formats:
Document Print and Import/Export
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlSaveDocument
See Also
TdxRichEditControlNewDocument Class
TdxRichEditControlSaveDocumentAs Class