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

TdxRichEditControlLoadDocument Class

Declaration

TdxRichEditControlLoadDocument = class(
    TdxRichEditControlAction
)

Remarks

When a user executes the LoadDocument command, the TdxRichEditControlLoadDocument action object invokes the Open dialog. A user can load a document file if the Rich Edit control’s Options.Behavior.Open property is set to Default or Enabled.

Use the sdxRichEditCommandLoadDocumentMenuCaption and sdxRichEditCommandLoadDocumentDescription resource strings to localize captions and hints of UI elements linked to a TdxRichEditControlLoadDocument 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