Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxListBox.CopySelection(TCustomListControl) Method

Copies the selected items to the specified list control.

#Declaration

Delphi
procedure CopySelection(ADestination: TCustomListControl);

#Parameters

Name Type
ADestination TCustomListControl

#Remarks

Use the CopySelection 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 copied items are added to the end of the list.

See Also