FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.AfterGetRecords
Delphi
property AfterGetRecords: TFDDataSetEvent read FAfterGetRecords write FAfterGetRecords;
C++
__property AfterGetRecords;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FireDAC.Phys.MongoDBDataSet.pas FireDAC.Phys.MongoDBDataSet.hpp |
FireDAC.Phys.MongoDBDataSet | TFDMongoDataSet |
Description
Fires after fetching the next rowset. {{#multireplace:FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.AfterGetRecords|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.AfterGetRecords|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.AfterGetRecords|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Fires after fetching the next rowset.
The AfterGetRecords event fires after the dataset fetched the next rowset as a result of navigation methods calls. For example, fetching occurs automatically when invoking the Next, Last, and Locate methods.