TcxFilterValueList.Find(Variant,string,Integer) Method
Returns the index of the first filter item with the specified value and display text.
Declaration
function Find(const AValue: Variant; const ADisplayText: string; var AIndex: Integer): Boolean; virtual;
Parameters
Name | Type | Description |
---|---|---|
AValue | Variant | The value of the searched filter item. |
ADisplayText | string | The display text of the searched filter item. The function takes the |
AIndex | Integer | The index of the first filter item with the specified value and display text. The function returns |
Returns
Type | Description |
---|---|
Boolean |
|
See Also