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

Constructor for the object instance.

constructor Create(
    AOnBytesRemoved: TIdBufferBytesRemoved
); overload;
Parameters 
Description 
AOnBytesRemoved 
Event handler to use for notification of data removal from 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 OnBytesRemoved event handler to the argument specified in AOnBytesRemoved. 

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.