Back to Devexpress

TdxRichEditControlShowSplitTableCellsForm Class

vcl-dxrichedit-dot-actions-be47bc64.md

latest2.2 KB
Original Source

TdxRichEditControlShowSplitTableCellsForm Class

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

Declaration

delphi
TdxRichEditControlShowSplitTableCellsForm = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. It only implements the ShowSplitTableCellsForm command for use in an action list. Executing a TdxRichEditControlShowSplitTableCellsForm action object invokes the Split Cells dialog window:

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlShowSplitTableCellsForm

See Also

TdxRichEditControlMergeTableCells Class

TdxRichEditControlShowSplitTableCellsForm Members

dxRichEdit.Actions Unit