RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomZStream.DoProgress Method

Calls the OnDoProgress method, if assigned.

Pascal
procedure DoProgress; dynamic;
C++
__fastcall DoProgress();

Derived compression stream classes should call the DoProgress method when reading or writing a large block of data in a single call. This gives the derived class an opportunity to update a user interface control such as a progress indicator. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!