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:
Note
If a document is already displayed in simple view, executing this action object has no effect.
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlSwitchToSimpleView
See Also