FireDAC.Comp.Client.TFDMemTable.AfterGetRecords
Delphi
property AfterGetRecords: TFDDataSetEvent read FAfterGetRecords write FAfterGetRecords;
C++
__property AfterGetRecords;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDMemTable |
Description
Fires after fetching the next rowset. {{#multireplace:FireDAC.Comp.Client.TFDMemTable.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.