TdxRichEditControlSplitTable Class
In This Article
An action object that corresponds to the SplitTable command provided by the Rich Edit control.
#Declaration
Delphi
TdxRichEditControlSplitTable = class(
TdxRichEditControlAction
)
#Remarks
This class does not introduce any new public members. It only implements the SplitTable command for use in an action list. Executing a TdxRichEditControlSplitTable
action object splits the table horizontally at the focused row.
#Inheritance
See Also