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