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