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