Skip to main content
A newer version of this page is available. .

TcxFilterValueList.FindItemByKind(TcxFilterValueItemKind) Method

Returns the index of the first filter item of the specified type.

Declaration

function FindItemByKind(AKind: TcxFilterValueItemKind): Integer; overload;

Parameters

Name Type Description
AKind TcxFilterValueItemKind

The target filter item type.

Returns

Type Description
Integer

The index of the first filter item of the specified type. The function returns -1 if the list has no such filter items.

See Also