TrvActionSSScript

Properties

<< Click to display table of contents >>

TrvActionSSScript

Properties

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)

hmtoggle_arrow1Hierarchy

Description

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.