Data.DB.TDataSet.SetOnFilterRecord

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataSet

Delphi

procedure SetOnFilterRecord(const Value: TFilterRecordEvent); virtual;

C++

virtual void __fastcall SetOnFilterRecord(const TFilterRecordEvent Value);

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