TcxCustomCheckListBox.MoveSelection(TcxCustomCheckListBox) Method
Moves selected items to the specified list box control.
Declaration
procedure MoveSelection(ADestination: TcxCustomCheckListBox);
Parameters
Name | Type |
---|---|
ADestination | TcxCustomCheckListBox |
Remarks
This procedure copies selected items from the current check list box to the specified list box control and then deletes them from the current control. The ADestination parameter specifies the list box to which selected items should be copied.
The CopySelection procedure enables you to copy selected items without removing them from the source list box.
See the Selected property to specify the selection state for specific items.
See Also