TdxRichEditControlTextLowerCase Class
In This Article
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:
- The current document is not opened in read-only mode (i.e., the Rich Edit control’s ReadOnly property is set to
False
). - The text font customization functionality is enabled (i.e., the Rich Edit control’s Options.DocumentCapabilities.CharacterFormatting property is set to TdxDocumentCapability.Default or TdxDocumentCapability.Enabled.
#Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlTextLowerCase
See Also