TdxRichEditControlLoadDocument Class
A LoadDocument command action object.
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.
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.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlLoadDocument
See Also