Online Documentation for Advanced Data Export for RAD Studio VCL

TExportedRecordEvent


Unit

QExport4

 

type

  TExportedRecordEvent = procedure(Sender: TObject; RecNo: integer) of object;

 

Description

The TExportedRecordEvent type is used in OnExportedRecord and OnSkippedRecord events. Variable RecNo indicates the number of the exported or skipped record in accordance.

 


See also:

OnExportedRecord event

OnSkippedRecord event