Icon OnExportProgress Event

__property TProgressEvent OnExportProgress

Usage

The OnExportProgress event is fired when a table is exported to a text file using the ExportTable 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