TdxRichEditControlMergeTableCells Class
An action object that corresponds to the MergeTableCells command provided by the Rich Edit control.
Declaration
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