Skip to main content
A newer version of this page is available. .

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.

Use the sdxRichEditCommandSaveDocumentAsMenuCaption and sdxRichEditCommandSaveDocumentAsDescription resource strings to localize captions and hints of UI elements linked to a TdxRichEditControlSaveDocumentAs action object.

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