Table of Contents

TTMSFNCCustomFilterBuilder.ValidateFilterRow Method

Validates a single input row against the current filter.

API unit family: TMS.TMSFNCFilterBuilder Declaring type: TTMSFNCCustomFilterBuilder

Syntax

function ValidateFilterRow(AInputData: TArray<TTMSFNCValue>): Boolean;

Parameters

Name Description
AInputData Array of values ordered to match the data columns.

Returns

True when the row satisfies the filter.