Show: Delphi C++
Display Preferences

Data.DB.TFilterRecordEvent

From XE2 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

Personal tools
Previous Versions
Translations