Icon OnImportProgress Event

property OnImportProgress: TProgressEvent

Usage

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

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