Back to Devexpress

TdxRichEditControlTextLowerCase Class

vcl-dxrichedit-dot-actions-9c56144f.md

latest2.7 KB
Original Source

TdxRichEditControlTextLowerCase Class

An action object that corresponds to the TextLowerCase command provided by the Rich Edit control.

Declaration

delphi
TdxRichEditControlTextLowerCase = class(
    TdxRichEditControlAction
)

Remarks

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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlTextLowerCase

See Also

TdxRichEditControlTextUpperCase Class

TdxRichEditControlToggleTextCase Class

TdxRichEditControlTextLowerCase Members

dxRichEdit.Actions Unit