Back to Devexpress

TdxRichEditControlShowInsertTableForm Class

vcl-dxrichedit-dot-actions-dd8f5555.md

latest2.1 KB
Original Source

TdxRichEditControlShowInsertTableForm Class

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

Declaration

delphi
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

TdxRichEditControlShowInsertTableForm Members

dxRichEdit.Actions Unit