Back to Devexpress

TdxRichEditControlToggleShowWhitespace Class

vcl-dxrichedit-dot-actions-a21d5339.md

latest1.8 KB
Original Source

TdxRichEditControlToggleShowWhitespace Class

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

Declaration

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

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleShowWhitespace

See Also

TdxRichEditControlToggleShowWhitespace Members

dxRichEdit.Actions Unit