TExportedRecordEvent
Unit
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:



