vcl-dxrichedit-dot-actions-373fc36a.md
An action object that corresponds to the TextUpperCase command provided by the Rich Edit control.
TdxRichEditControlTextUpperCase = class(
TdxRichEditControlAction
)
This class does not introduce any new public members. Executing a TdxRichEditControlTextUpperCase action object converts all lowercase characters within the current document selection or the active word to uppercase characters.
UI elements linked to a TdxRichEditControlTextUpperCase action object are Enabled only if the following conditions are met:
False).TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlTextUpperCase
See Also
TdxRichEditControlTextLowerCase Class
TdxRichEditControlToggleTextCase Class