vcl-dxrichedit-dot-actions-1e6407ed.md
A SaveDocumentAs command action object.
TdxRichEditControlSaveDocumentAs = class(
TdxRichEditControlAction
)
When a user executes the SaveDocumentAs command, the TdxRichEditControlSaveDocumentAs action object opens the Save As dialog.
A user can save a document if the Rich Edit control’s Options.Behavior.SaveAs 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 TdxRichEditControlSaveDocumentAs
See Also
TdxRichEditControlLoadDocument Class
TdxRichEditControlNewDocument Class
TdxRichEditControlSaveDocument Class