TdxRichEditControlSaveDocumentAs Class
A SaveDocumentAs command action object.
Declaration
TdxRichEditControlSaveDocumentAs = class(
TdxRichEditControlAction
)
Remarks
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
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlSaveDocumentAs
See Also