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:
Inheritance
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxRichEditControlAction
TdxRichEditControlShowDeleteTableCellsForm
See Also