Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPProtocol.Create Constructor

Constructor for the object instance.

Pascal
constructor Create(
    AConnection: TIdCustomHTTP
);
Parameters 
Description 
AConnection 
HTTP client connection for the protocol handler. 

Create is the constructor for the object instance, and calls the inherited Create method to initialize the object instance. 

Create sets the internal member used to represent the TIdHTTP connection for the protocol handler to the value indicated in AConnection. 

Create allocates the resources used to represent the Request and Response headers generated during HTTP protocol exchanges. 

Use Destroy to free the objet 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.