Skip to main content

TcxDataFindCriteria.RemoveItem(Integer) Method

Removes the specified item from the list of search sources.

Declaration

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