Data.DB.TFilterRecordEvent
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.