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 |
See Also