RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomZlibStream.Create Constructor

Initializes an instance of a TCustomZlibStream-derived object.

Pascal
constructor Create(Strm: TStream);
C++
__fastcall TCustomZlibStream(TStream Strm);

TCustomZlibStream is intended to be an abstract base class for your own custom data compression streams. Its constructor is protected; therefore you cannot directly instantiate an instance of this class. 

A concrete class derived from TCustomZlibStream should, in its own public constructor, call the constructor inherited from TCustomZlibStream

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!