FireDAC.Comp.DataSet.TFDDataSet.BeforeRowRequest
[–] Properties | |
---|---|
Type: event | |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
property BeforeRowRequest: TFDDataSetEvent read FBeforeRowRequest write FBeforeRowRequest;
C++
__property TFDDataSetEvent BeforeRowRequest = {read=FBeforeRowRequest, write=FBeforeRowRequest};
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.