Icon OnSaveToStreamProgress Event

property OnSaveToStreamProgress: TProgressEvent

Usage

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

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