Skip to main content

TdxRichEditControlShowSplitTableCellsForm Class

An action object that corresponds to the ShowSplitTableCellsForm command provided by the Rich Edit control.

Declaration

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:

VCL Rich Edit Control: The Split Cells Dialog

See Also