Back to Devexpress

TdxRichEditControlToggleTextCase Class

vcl-dxrichedit-dot-actions-0720ac20.md

latest2.2 KB
Original Source

TdxRichEditControlToggleTextCase Class

An action object that corresponds to the ToggleTextCase command in the Rich Edit control.

Declaration

delphi
TdxRichEditControlToggleTextCase = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. It only implements the ToggleTextCase command for use in an action list. Executing a TdxRichEditControlToggleTextCase action object converts lowercase to uppercase characters and uppercase to lowercase characters within the active word or selected text fragment.

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlToggleTextCase

See Also

TdxRichEditControlTextUpperCase

TdxRichEditControlTextLowerCase

TdxRichEditControlToggleTextCase Members

dxRichEdit.Actions Unit