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

TcxCustomCheckListBox.MoveSelection(TcxCustomCheckListBox) Method

Moves selected items to the specified list box control.

#Declaration

Delphi
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