Icon OnExportProgress Event

property OnExportProgress: TProgressEvent

Usage

The OnExportProgress event is fired when a table is exported to a text file by executing an EXPORT TABLE SQL statement using the ExecSQL or Open method. Use the PercentDone parameter to display progress information in your application while the table is exported.

Information The number of times that this event is fired is controlled by the TDBISAMSession ProgressSteps property.
Image