Back to Devexpress

TdxRichEditControlMergeTableCells Class

vcl-dxrichedit-dot-actions-759c538f.md

latest2.2 KB
Original Source

TdxRichEditControlMergeTableCells Class

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

Declaration

delphi
TdxRichEditControlMergeTableCells = class(
    TdxRichEditControlAction
)

Remarks

This class does not introduce any new public members. Executing a TdxRichEditControlMergeTableCells action object merges the currently selected adjacent cells into a single cell.

UI elements linked to a TdxRichEditControlMergeTableCells action object are enabled only if the following conditions are met:

  • The Rich Edit control’s ReadOnly property is set to False.
  • There is only one selection area within the current document.
  • At least two adjacent cells are selected within a table.

Inheritance

TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TdxBasicAction TdxRichEditControlAction TdxRichEditControlMergeTableCells

See Also

TdxRichEditControlShowSplitTableCellsForm Class

TdxRichEditControlMergeTableCells Members

dxRichEdit.Actions Unit