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

TdxRichEditControlToggleTextCase Class

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

Declaration

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.

See Also