RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListControl.MoveSelection Method

Moves all selected items to another list control.

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

Call MoveSelection to copy all selected items to another list control and then delete them from this list control. 

 

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