Online Documentation for Advanced Data Import for RAD Studio VCL

TQImport3Wizard.OnImportCancel

 

TQImport3Wizard                


 

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. Variable Continue defines whether the import process should be stopped. If Continue=False then import will be aborted, otherwise it will be continued.