FireDAC.Comp.Client.TFDTable.BeforeRowRequest

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDTable

Delphi

property BeforeRowRequest;

C++

__property BeforeRowRequest;

Description

Fires before fetching the record.

FireDAC.Comp.Client.TFDTable.BeforeRowRequest inherits from FireDAC.Comp.DataSet.TFDDataSet.BeforeRowRequest. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.BeforeRowRequest.

Fires before fetching the record.

The BeforeRowRequest event fires before the dataset fetches the current record, as a result of calling the RefreshRecord, FetchBlobs, or FetchDetails method.

See Also