TcxMCListBox.MoveSelection(TCustomListControl) Method
Moves all selected items to the specified list control.
Declaration
procedure MoveSelection(ADestination: TCustomListControl);
Parameters
Name | Type | Description |
---|---|---|
ADestination | TCustomListControl | The target list control. |
See Also