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

TdxRichEditControlSwitchToSimpleView Class

An action object that corresponds to the SwitchToSimpleView command provided by the Rich Edit control.

Declaration

TdxRichEditControlSwitchToSimpleView = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlSwitchToSimpleView action object activates the Simple document view mode that does not display pagination, rulers, and complex document layout formatting:

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlSwitchToSimpleView action object, use the sdxRichEditCommandSwitchToSimpleViewMenuCaption and sdxRichEditCommandSwitchToSimpleViewDescription resource strings, respectively.

Note

If a document is already displayed in simple view, executing this action object has no effect.

See Also