Icon OnSaveProgress Event

property OnSaveProgress: TProgressEvent

Usage

The OnSaveProgress event is fired when a query result set saved to a table using the SaveToTable method. Use the PercentDone parameter to display progress information in your application while the result set is being saved to the table.

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