Icon OnImportProgress Event

property OnImportProgress: TProgressEvent

Usage

The OnImportProgress event is fired when a table is imported from a text file using the ImportTable 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