Skip to main content

TcxFilterCriteriaItemList.AddItemList(TcxFilterBoolOperatorKind) Method

Adds a new aggregate condition to the current filter criteria list.

Declaration

function AddItemList(ABoolOperatorKind: TcxFilterBoolOperatorKind): TcxFilterCriteriaItemList;

Parameters

Name Type
ABoolOperatorKind TcxFilterBoolOperatorKind

Returns

Type
TcxFilterCriteriaItemList

Remarks

The AddItemList method adds a new aggregate condition to the current list provided by the TcxFilterCriteriaItemList object. After the aggregate condition is added, you can populate it with other conditions (simple or aggregate). Conditions in this list will be combined using the operator specified by the ABoolOperatorKind parameter.

See Also