FireDAC.Comp.Client.TFDTable.BeforeGetRecords
Delphi
property BeforeGetRecords: TFDDataSetEvent read FBeforeGetRecords write FBeforeGetRecords;
C++
__property BeforeGetRecords;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | TFDTable |
Description
Fires before fetching the next rowset. {{#multireplace:FireDAC.Comp.Client.TFDTable.BeforeGetRecords|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.BeforeGetRecords|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.BeforeGetRecords|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.