Online Documentation for Advanced Data Export for RAD Studio VCL

TQExportStopEvent


Unit

QExport4

 

type 

  TQExportStopEvent = procedure(Sender: TObject; var CanContinue: boolean) of object;

 

Description

The TQExportStopEvent type is the OnStopExport event type which takes place after the Abort method is invoked. Use CanContinue to allow (CanContinue=True) or forbid (CanContinue=False) further export.

 


See also:

OnStopExport event