Back to Devexpress

TdxRichEditControlTextUpperCase Class

vcl-dxrichedit-dot-actions-373fc36a.md

latest2.7 KB
Original Source

TdxRichEditControlTextUpperCase Class

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

Declaration

delphi
TdxRichEditControlTextUpperCase = class(
    TdxRichEditControlAction
)

Remarks

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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlTextUpperCase

See Also

TdxRichEditControlTextLowerCase Class

TdxRichEditControlToggleTextCase Class

TdxRichEditControlTextUpperCase Members

dxRichEdit.Actions Unit