Skip to main content

TcxDataFindCriteria.ClearItems Method

Removes all items from the search sources.

Declaration

procedure ClearItems;

Remarks

All items visible in a container control are available as search sources. Call this procedure to clear the list of search sources. Then, you can call the AddItem procedure to manually populate the list of search sources. It is impossible to perform search operations if there are no search sources.

Note

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

See Also