Online Documentation for Advanced Data Export for RAD Studio VCL
TqeCustomSource.OnGetNextRecord
type
TGetNextRecordEvent = procedure(Sender: TObject; RecNo: integer; var Eof: boolean) of object;
property OnGetNextRecord: TGetNextRecordEvent;
Description
Use this event to determine when the end of export source is reached. If the Eof variable is true after the event execution, the export process stops.