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