Icon OnSaveToStreamProgress Event

property OnSaveToStreamProgress: TProgressEvent

Usage

The OnSaveToStreamProgress event is fired when a table is saved to a stream using the SaveToStream method. Use the PercentDone parameter to display progress information in your application while the table is being saved to the stream.

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