TdxRichEditControlShowSplitTableCellsForm Class
In This Article
An action object that corresponds to the ShowSplitTableCellsForm command provided by the Rich Edit control.
#Declaration
Delphi
TdxRichEditControlShowSplitTableCellsForm = class(
TdxRichEditControlAction
)
#Remarks
This class does not introduce any new public members. It only implements the ShowSplitTableCellsForm command for use in an action list. Executing a TdxRichEditControlShowSplitTableCellsForm
action object invokes the Split Cells dialog window:
#Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlShowSplitTableCellsForm
See Also