Topic Path: Symbol Reference > Classes > TIdBuffer Class > TIdBuffer Methods > Create Constructor > Create Constructor (Integer)
ContentsIndexHome
PreviousUpNext
TIdBuffer.Create Constructor (Integer)

Constructor for the object instance.

constructor Create(
    AGrowthFactor: Integer
); overload;
Parameters 
Description 
AGrowthFactor 
Number of bytes used as a threshold when reallocating storage for the buffer. 

Create is an overloaded constructor for the object instance. 

Create calls the parameterless Create method to initialize the object instance. 

Create sets the value for the GrowthFactor property to the value specified in AGrowthFactor. 

Use Destroy to free the object instance.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.