|
<< Click to Display Table of Contents >> Navigation: Classes > TStreamHelper > Methods > Create |
SIGNATURE=IW.Common.StreamHelper.TStreamHelper.Create@TStream@Boolean
ETYPE=Method
Declaration:
Delphi: |
public constructor Create(aStream: TStream; aFreeStream: Boolean = True); |
C++: |
public: __fastcall TStreamHelper(TStream aStream, bool aFreeStream = True); |
Description: This is Create, a member of class TStreamHelper.