Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRichEditControlSaveDocumentAs Class

#Declaration

Delphi
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