|
Top Previous Next |
|
TrvActionSuperscript is the action for "Superscript" command. Unit RichViewActions; Syntax TrvActionSuperscript = 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 superscript (or normal, if already superscript). This is a checkbox-like action, its Checked property is updated depending on the state of selection (or the current text style). |