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

TcxDataFindCriteria.RemoveItem(Integer) Method

Removes the specified item from the list of search sources.

#Declaration

Delphi
procedure RemoveItem(AItemIndex: Integer);

#Parameters

Name Type
AItemIndex Integer

#Remarks

All items visible in a container control are available as search sources. Call this procedure and pass a visible item’s index as the AItemIndex parameter to remove the item from the list of search sources. If the item is already excluded from the list or there is no such item in the data controller, a RemoveItem procedure call has no effect.

Note

A container control can independently manage the list of items used as search sources.

See Also