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