Skip to main content

TdxRichEditControlToggleShowWhitespace Class

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

Declaration

TdxRichEditControlToggleShowWhitespace = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlToggleShowWhitespace action object can either display or hide the hidden non-printable characters within a document (such as whitespaces, paragraph marks, etc.).

See Also