RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomZlibStream.Progress Method

Calls the OnProgress method, if assigned.

Pascal
procedure Progress(Sender: TObject); dynamic;
C++
__fastcall Progress(TObject * Sender);

Derived compression stream classes should call the Progress 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!