Icon OnExportProgress Event

property OnExportProgress: TProgressEvent

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