TcxFilterValueList.Add(TcxFilterValueItemKind,Variant,string,Boolean) Method
In This Article
Adds a new filter item to the list.
#Declaration
Delphi
procedure Add(AKind: TcxFilterValueItemKind; const AValue: Variant; const ADisplayText: string; ANoSorting: Boolean); overload; virtual;
#Parameters
Name | Type | Description |
---|---|---|
AKind | Tcx |
The created filter item’s type. |
AValue | Variant | The created filter item’s value. |
ADisplay |
string | The created filter item’s display text. |
ANo |
Boolean | If |
See Also