Skip to main content

TcxListBox.MoveSelection(TCustomListControl) Method

Moves the selected items to the specified list control.

Declaration

procedure MoveSelection(ADestination: TCustomListControl);

Parameters

Name Type
ADestination TCustomListControl

Remarks

Use the MoveSelection method to copy the selected items into the specified TCustomListControl descendant. This can be either a list box, combo box or a list view control. This control is set via the ADestination parameter.

If items of the destination control are not sorted, the moved items are added to the end of the list.

See Also