TqeCustomSource.OnGetNextRecord
TqeCustomSource
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.




