Skip to main content

TdxRichEditControlShowInsertTableCellsForm Class

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

Declaration

TdxRichEditControlShowInsertTableCellsForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. It only implements the ShowInsertTableCellsForm command for use in an action list. Executing a TdxRichEditControlShowInsertTableCellsForm action object invokes the Insert Cells dialog window:

VCL Rich Edit Control: The Insert Cells Dialog

See Also