Skip to main content
A newer version of this page is available. .

TdxRichEditControlStringValueAction Class

The base class for all action objects that assign new string values in the Rich Edit control.

Declaration

TdxRichEditControlStringValueAction = class abstract(TdxRichEditControlValueAction<string>)

Remarks

This class instantiates its ancestor with the string type without introducing any new public members. The TdxRichEditControlStringValueAction class implements the basic functionality required by the TdxRichEditControlChangeFontName action class.

Any custom action object classes that modify string values in 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

The TdxRichEditControlStringValueAction class descendant is designed for use only with the TcxFontNameComboBox item control in a Ribbon or Toolbar UI.

See Also