TcxFilterValueList.FindItemByKind(TcxFilterValueItemKind,Variant) Method
Declaration
function FindItemByKind(AKind: TcxFilterValueItemKind; const AValue: Variant): Integer; overload;
Parameters
| Name | Type | Description |
|---|---|---|
| AKind | TcxFilterValueItemKind | The target filter item type. |
| AValue | Variant | The target filter item’s value. If you pass |
Returns
| Type | Description |
|---|---|
| Integer | The index of the first filter item with the specified type and value. The function returns |
Remarks
Call the FindItemByKind function to search filter items of the fviUser, fviUserEx, fviValue, and fviSpecial types. To search fviValue filter items, call the FindItemByValue function.
See Also