Skip to main content

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:

VCL Rich Edit Control: The Simple View

Note

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

See Also