Table of Contents

TTMSFNCFilterBuilder.PopulateFilterExpressions Method

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

API unit family: TMS.TMSFNCFilterBuilder Declaring type: TTMSFNCFilterBuilder Inherited from: TTMSFNCCustomFilterBuilder

Syntax

function PopulateFilterExpressions(AExpressions: TArray<TTMSFNCFilterBuilderExpression>): TTMSFNCFilterBuilderGroup;

Parameters

Name Description
AExpressions Expressions to add to the root group.

Returns

The new root group.