Skip to main content

TdxRichEditControlShowDeleteTableCellsForm Class

An action object that corresponds to the ShowDeleteTableCellsForm command in the Rich Edit control.

Declaration

TdxRichEditControlShowDeleteTableCellsForm = class(
    TdxRichEditControlAction
)

Remarks

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

VCL Rich Edit Control: The Delete Cells Dialog

See Also