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

Constructor for the object instance.

constructor Create; overload;

Create is an overloaded constructor for the object instance. 

Create calls the inherited constructor, and sets the default value for the GrowthFactor property to 2048. 

Create calls Clear to ensure that the internal storage for the buffer contains no existing data. 

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.