|
<< Click to display table of contents >> TrvActionSubscript |
TrvActionSubscript – an action that makes the selected text in the editor subscript.
Unit FMX.RV.Actions;
Syntax
TrvActionSubscript = class (TrvActionSSScript)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction |
Applying this action makes the selected text in ControlPanel.Editor subscript.
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.SubScript.