Skip to main content

TcxFilterValueList.Delete(Integer) Method

Deletes a filter item at the specified position in the list.

Declaration

procedure Delete(AIndex: Integer);

Parameters

Name Type Description
AIndex Integer

The index of the target filter item in the list.

Remarks

You can call the Find, FindItemByKind, and FindItemByValue functions to identify the index of a specific filter item.

To remove all filter items from the list, call the Clear procedure.

See Also