Table of Contents

TTMSFNCFilterBuilder.OnValidateFilter Event

Occurs when the complete filter is validated against input data.

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

Syntax

OnValidateFilter: TTMSFNCFilterBuilderValidateFilterEvent;

Parameters

Name Description
Sender The filter builder that raised the event.
AInputData Array of column values to test against the filter.
AValidationResult Set the overall validation outcome; True means the data passes the filter.