TdxRichEditControlShowInsertTableCellsForm Class
In This Article
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