|
<< Click to display table of contents >> TrvActionFontAllCaps |
TrvActionFontAllCaps – an action that toggles displaying the selected text in uppercase letters.
Unit FMX.RV.Actions;
Syntax
TrvActionFontAllCaps = class (TrvActionFontStyleEx)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction |
Applying this action toggles the display of the selected text in ControlPanel.Editor as uppercase letters.
For the state of this action (Enabled and Checked properties) to be updated according to the contents of the selected text in the editor, the action must be placed in the TActionList component assigned to ControlPanel.ActionList.
Default value of the Image property: TRVButtonImageId.AllCaps.