Events
OnBeginImport
OnFinishImport
OnImportRecord


TCSVImport.OnBeginImport Next Top
OnBeginImport occurs when the component starts an import operation.

property OnBeginImport: TNotifyEvent;

Description

The OnBeginImport event is triggered immediately prior to any validation and internal checks.



TCSVImport.OnFinishImport Previous Next Top
OnFinishImport occurs when the component finishes an import operation.

property OnFinishImport: TNotifyEvent;

Description

The OnFinishImport event is triggered after all processing has been completed.



TCSVImport.OnImportRecord Previous Top
OnImportRecord occurs after a record has been read and stored.

type TImportEvent = procedure(Sender: TObject; var iBytes: integer) of object;
property OnImportRecord: TImportEvent;

Description

The OnImportRecord is triggered after an entire record has been read and store to the destination data set.


11 November 1998 18:58:11
Copyright © 1998 Watt Computers.