Data.DB.TFilterRecordEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TFilterRecordEvent)(TDataSet* DataSet, bool &Accept);

Properties

Type Visibility Source Unit Parent
typedef public Data.DB.hpp Data.DB Data.DB

Description

Event handler that issues an OnFilterRecord event.

TFilterRecordEvent is an event handler that issues an OnFilterRecord event.

Accept returns True if the current record meets the filter condition, or False if the current record should not be exposed.

See Also