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