Icon OnCopyProgress Event

property OnCopyProgress: TProgressEvent

Usage

The OnCopyProgress event is fired when a table is copied to a new table name by executing a COPY TABLE SQL statement using the ExecSQL or Open method. Use the PercentDone parameter to display progress information in your application while the table is copied.

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