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