FireDAC.Comp.DataSet.TFDDataSet.SetOnFilterRecord

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

procedure SetOnFilterRecord(const AValue: TFilterRecordEvent); override;

C++

virtual void __fastcall SetOnFilterRecord(const Data::Db::TFilterRecordEvent AValue);

Description

OnFilterRecord event setter method.

FireDAC.Comp.DataSet.TFDDataSet.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.

See Also