ComponentOne True DataControl 8.0
FilterComplete Event

 

FilterComplete Event

Occurs after filter expressions have been evaluated.

Syntax

TData_FilterComplete (ByVal Result As Integer)

Remarks

Arguments: Result is True if the current record passed the filter condition, False if it did not.

The FilterComplete event occurs for each record after the Filter event and after all TData filter expressions have been tested. It is provided primarily for debugging purposes. To determine which records pass all filter conditions, set a breakpoint on the FilterComplete event. The Result argument will be True if a record passed the filter tests, False otherwise.

See Also

TData Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback