Icon OnUpgradeProgress Event

property OnUpgradeProgress: TSteppedProgressEvent

Usage

The OnUpgradeProgress event is fired when a table is upgraded from an old table format using the UpgradeTable method. Use the Step and PercentDone parameters to display progress information in your application while the table is being upgraded.

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