Online Documentation for Advanced Data Import for RAD Studio VCL
TQImport3.OnImportCancel
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: