TdxRichEditControlIntegerValueAction Class
The base class for all action objects that implement the integer parameter modification commands in the Rich Edit control.
Declaration
TdxRichEditControlIntegerValueAction = class abstract(TdxRichEditControlValueAction<Integer>)
Remarks
This class is the direct ancestor of the TdxRichEditControlChangeFloatingObjectOutlineWidth class. The TdxRichEditControlIntegerValueAction
class instantiates its ancestor with the TdxAlphaColor type without introducing any new public members.
You do not need to create instances of the TdxRichEditControlIntegerValueAction
class. Use its descendant instead.
Inheritance
See Also