Table of Contents

TTMSFNCFilterBuilder.ValidateFilterRow Method

Validates a single input row against the current filter.

API unit family: TMS.TMSFNCFilterBuilder Declaring type: TTMSFNCFilterBuilder Inherited from: 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.