API:Bde.DBTables.TBDEDataSet.SetOnFilterRecord
Delphi
procedure SetOnFilterRecord(const Value: TFilterRecordEvent); override;
C++
virtual void __fastcall SetOnFilterRecord(const Data::Db::TFilterRecordEvent Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
OnFilterRecord event setter method.
Bde.DBTables.TBDEDataSet.SetOnFilterRecord inherits from Data.DB.TDataSet.SetOnFilterRecord. All content below this line refers to Data.DB.TDataSet.SetOnFilterRecord.
OnFilterRecord event setter method.
Use the SetOnFilterRecord to set the OnFilterRecord event. The Value
parameter is the event to set. The method first checks whether the database is unidirectional or not.