API:FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.BeforeGetRecords
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Phys.MongoDBDataSet.pas FireDAC.Phys.MongoDBDataSet.hpp
| |
| Unit: FireDAC.Phys.MongoDBDataSet | |
| Parent: TFDMongoDataSet | |
Delphi
property BeforeGetRecords;
C++
__property BeforeGetRecords;
Description
Fires before fetching the next rowset.
FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.BeforeGetRecords inherits from FireDAC.Comp.DataSet.TFDDataSet.BeforeGetRecords. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.BeforeGetRecords.
Fires before fetching the next rowset.
The BeforeGetRecords event fires before the dataset fetches the next rowset, as a result of calling navigation methods. For example, fetching occurs automatically when invoking the Next, Last, and Locate methods.