Skip to main content

TdxRichEditControlShowInsertTableForm Class

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

Declaration

TdxRichEditControlShowInsertTableForm = class(
    TdxRichEditControlAction
)

Remarks

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

VCL Rich Edit Control: The Insert Table Dialog

See Also