Icon OnLoadFromStreamProgress Event

property OnLoadFromStreamProgress: TProgressEvent

Usage

The OnLoadFromStreamProgress event is fired when a stream is loaded into a table using the LoadFromStream method. Use the PercentDone parameter to display progress information in your application while the table is being loaded from the stream.

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