|
<< Click to Display Table of Contents >> Navigation: Classes > TIWMemoryStream > Methods > Create |
SIGNATURE=IW.Common.Stream.TIWMemoryStream.Create@Integer
ETYPE=Method
Declaration:
Delphi: |
public constructor Create(AllocSize: Integer = 0); virtual; |
C++: |
public: virtual __fastcall TIWMemoryStream(int AllocSize = 0); |
Description: This is Create, a member of class TIWMemoryStream.