Skip to main content

TdxRichEditControlTextLowerCase Class

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

Declaration

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:

See Also