|
Top Previous Next |
|
TrvActionSubscript is the action for "Subscript" command. Unit RichViewActions; Syntax TrvActionSubscript = class(TrvActionSSScript) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action does not introduce any new properties in addition to properties of TrvAction. The action makes the selected text subscript (or normal, if already subscript). This is a checkbox-like action, its Checked property is updated depending on the state of selection (or the current text style). |