Back to Devexpress

TdxRichEditControlShowInsertTableCellsForm Class

vcl-dxrichedit-dot-actions-b1d7c4d5.md

latest2.1 KB
Original Source

TdxRichEditControlShowInsertTableCellsForm Class

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

Declaration

delphi
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:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlShowInsertTableCellsForm

See Also

TdxRichEditControlShowInsertTableCellsForm Members

dxRichEdit.Actions Unit