API:FireDAC.Comp.Client.TFDMetaInfoQuery.AfterGetRecords
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDMetaInfoQuery | |
Delphi
property AfterGetRecords;
C++
__property AfterGetRecords;
Description
Fires after fetching the next rowset.
FireDAC.Comp.Client.TFDMetaInfoQuery.AfterGetRecords inherits from FireDAC.Comp.DataSet.TFDDataSet.AfterGetRecords. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.AfterGetRecords.
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.