|
<< Click to display table of contents >> TrvActionSSScript |
TrvActionSSScript – the base class for all FMX Tools actions that work with a TRichViewEdit editor and make the selected text superscript or subscript.
Unit FMX.RV.Actions;
Syntax
TrvActionSSScript = class (TrvActionTextStyles)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction |
This class is not used directly; instead, actions inherited from it are used. They change the SubSuperScript property of text styles in the selected fragment of the document.
This class does not introduce any new properties or events.