RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomZStream.Create Constructor

Initializes an instance of a TCustomZStream-derived object.

Pascal
constructor Create(stream: TStream);
C++
__fastcall TCustomZStream(TStream stream);

TCustomZStream 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 TCustomZStream should, in its own public constructor, call the constructor inherited from TCustomZStream

 

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