TcxPivotGridFieldFilter.Contains(Variant) Method
Indicates whether the resulting set contains the specified value.
Declaration
function Contains(const AValue: Variant): Boolean;
Parameters
Name | Type |
---|---|
AValue | Variant |
Returns
Type |
---|
Boolean |
Remarks
The Contains function returns True when the resulting set includes the value passed as the AValue parameter. Otherwise, False is returned.
See Also