FireDAC.Comp.Client.TFDStoredProc.AfterGetRecords

From RAD Studio API Documentation
Jump to: navigation, search

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 TFDStoredProc

Description

Fires after fetching the next rowset.

FireDAC.Comp.Client.TFDStoredProc.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.

See Also