vcl-dxrichedit-dot-actions-3c0c8911.md
The base class for all action objects that assign new TdxAlphaColor values to fonts and document background in the Rich Edit control.
TdxRichEditControlAlphaColorValueAction = class abstract(TdxRichEditControlValueAction<TdxAlphaColor>, IdxActionColorValue)
This class instantiates its ancestor with the TdxAlphaColor type without introducing any new public members. The TdxRichEditControlAlphaColorValueAction class implements the basic functionality required by the TdxRichEditControlChangeFontColor, TdxRichEditControlChangePageColor, and TdxRichEditControlTextHighlight action classes.
Any custom action object classes that modify a color value 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 TdxRichEditControlAlphaColorValueAction class descendants are designed for use only with TcxColorComboBox and TdxRibbonColorGalleryItem item controls in a Ribbon or Toolbar UI.
Show 11 items
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlValueAction<T> TdxRichEditControlAlphaColorValueAction
See Also
TdxRichEditControlSingleValueAction Class
TdxRichEditControlStringValueAction Class