Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3.OnImportCancel

 

TQImport3                                


 

type TImportCancelEvent = procedure(Sender: TObject; var Continue: boolean); of object;

 

property OnImportCancel: TImportCancelEvent;

 

Description

The OnImportCancel event takes place when the export process begun by the Execute method is interrupted by using the Cancel method invocation. Variable Continue defines whether the import process shall be stopped. If Continue=False then import will be aborted, otherwise it will be continued.

 

 


See also:

OnAfterImport event

Cancel method