EMS logo

Produits

Advanced Data Export .NET

Notre statut de partenariat

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Documentation en ligne

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.