Skip to main content

TdxRichEditControlSaveDocumentAs Class

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

See Also