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.AddItem(Integer) Method

Adds the specified item to the search sources.

#Declaration

Delphi
procedure AddItem(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 hidden item’s index as the AItemIndex parameter to add the item to the list of search sources. If the item is already available as a search source or there is no such item in the data controller, an AddItem procedure call has no effect.

Note

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

See Also