Table of Contents

TTMSFNCCustomFilterBuilder.PopulateFilter Method

Replaces the current filter with a new root group built from the given groups and expressions.

API unit family: TMS.TMSFNCFilterBuilder Declaring type: TTMSFNCCustomFilterBuilder

Syntax

function PopulateFilter(AGroups: TArray<TTMSFNCFilterBuilderGroup>; AExpressions: TArray<TTMSFNCFilterBuilderExpression>): TTMSFNCFilterBuilderGroup;

Parameters

Name Description
AGroups Child groups to add to the root group.
AExpressions Expressions to add to the root group.

Returns

The new root group.