vcl-dxrichedit-dot-actions-128991b9.md
The base class for all action objects that assign new numeric values to Rich Edit control‘s settings.
TdxRichEditControlSingleValueAction = class abstract(TdxRichEditControlValueAction<Single>)
This class instantiates its ancestor with the Single type without introducing any new public members. The TdxRichEditControlSingleValueAction class implements the basic functionality required by the TdxRichEditControlChangeFontSize and TdxRichEditControlZoomPercent action classes.
Any custom action object classes that modify numeric settings of the Rich Edit control and/or a document must be derived from this class. You do not need to create instances of this class. Use its descendants instead.
Note
All TdxRichEditControlSingleValueAction class descendants are designed for use only with the TcxComboBox item control in a Ribbon or Toolbar UI.
Show 11 items
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlValueAction<T> TdxRichEditControlSingleValueAction
See Also
TdxRichEditControlAlphaColorValueAction Class
TdxRichEditControlStringValueAction Class