Skip to main content

TdxRichEditControlSaveDocumentAs Class

Declaration

TdxRichEditControlSaveDocumentAs = class(
    TdxRichEditControlAction
)

Remarks

When a user executes the SaveDocumentAs command, the TdxRichEditControlSaveDocumentAs action object invokes the Save As dialog. A user can save a document file if the Rich Edit control’s Options.Behavior.SaveAs property is set to Default or Enabled.

Note

The Rich Edit control has built-in support only for the plain text and RTF document formats to avoid excessive dependencies. Refer to the following topic for information on how to enable the DOC, DOCX, and HTML formats: Rich Edit Control: Document Management.

See Also