Skip to main content

TdxRichEditControlLoadDocument Class

Declaration

TdxRichEditControlLoadDocument = class(
    TdxRichEditControlAction
)

Remarks

When a user executes the LoadDocument command, the TdxRichEditControlLoadDocument action object displays the Open dialog.

A user can load a document if the Rich Edit control’s Options.Behavior.Open property is set to Default or Enabled.

Refer to the following topic for detailed information on content import/export, and support for different document formats:

Document Print and Import/Export

See Also