RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListControlCopySelection.Destination Property

Specifies the list control to which items are copied.

Pascal
property Destination: TCustomListControl;
C++
__property TCustomListControl Destination;

Destination is the list control to which the action copies selected items from its target. It is a TCustomListControl descendant, such a TListView or TListBox. 

You must explicitly set Destination to indicate the list control that receives the new items. These items are copied from the list control specified by the ListControl property. Destination and ListControl do not need to be the same type of control, as long as they are both TCustomListControl descendants. 

 

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