Internet Direct (Indy)
Home
PreviousUpNext
TIdBuffer.Create Constructor (TIdBufferBytesRemoved)

Constructor for the object instance.

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.