vcl-dxrichedit-dot-actions-a8b9a404.md
The base class for all action objects that implement the integer parameter modification commands in the Rich Edit control.
TdxRichEditControlIntegerValueAction = class abstract(TdxRichEditControlValueAction<Integer>)
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.
Show 11 items
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlValueAction<T> TdxRichEditControlIntegerValueAction
See Also
TdxRichEditControlSingleValueAction Class
TdxRichEditControlStringValueAction Class