Back to Devexpress

TdxRichEditControlShowDeleteTableCellsForm Class

vcl-dxrichedit-dot-actions-f0279faa.md

latest2.1 KB
Original Source

TdxRichEditControlShowDeleteTableCellsForm Class

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

Declaration

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

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlShowDeleteTableCellsForm

See Also

TdxRichEditControlShowDeleteTableCellsForm Members

dxRichEdit.Actions Unit