TcxFilterValueList.FindItemByValue(Variant) Method
Returns the index of the first filter item with the specified value.
Declaration
function FindItemByValue(const AValue: Variant): Integer;
Parameters
| Name | Type | Description |
|---|---|---|
| AValue | Variant | The value of the target filter item. |
Returns
| Type | Description |
|---|---|
| Integer | The index of the first filter item whose value equals the |
See Also