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

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.).

To localize the caption and hint displayed by UI elements linked to a TdxRichEditControlToggleShowWhitespace action object, use the sdxRichEditCommandToggleWhitespaceMenuCaption and sdxRichEditCommandToggleWhitespaceDescription resource strings, respectively.

See Also