TdxRichEditControlToggleTextCase Class
In This Article
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