RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.CopySelection Method

Copies the selected item or items to another TCustomListControl descendant.

Pascal
procedure CopySelection(Destination: TCustomListControl); override;
C++
virtual __fastcall CopySelection(TCustomListControl Destination);

CopySelection adds all selected items to another TCustomListControl descendant. 

Destination is the list control that receives the items. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!