Vcl.Controls.TCustomListControl.MoveSelection
Delphi
procedure MoveSelection(Destination: TCustomListControl); virtual;
C++
virtual void __fastcall MoveSelection(TCustomListControl* Destination);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | Vcl.Controls.pas Vcl.Controls.hpp | Vcl.Controls | TCustomListControl | 
Description
Moves all selected items to another list control.
Call MoveSelection to copy all selected items to another list control and then delete them from this list control.