Data.DB.TDataSet.SetOnFilterRecord

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnFilterRecord(const Value: TFilterRecordEvent); virtual;

C++

virtual void __fastcall SetOnFilterRecord(const TFilterRecordEvent Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

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