FireDAC.Comp.DataSet.TFDDataSet.BeforeRowRequest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeRowRequest: TFDDataSetEvent read FBeforeRowRequest write FBeforeRowRequest;

C++

__property TFDDataSetEvent BeforeRowRequest = {read=FBeforeRowRequest, write=FBeforeRowRequest};

Properties

Type Visibility Source Unit Parent
event public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

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