Internet Direct (Indy)
Home
PreviousUpNext
TIdHTTPRequest.Create Constructor

Constructor for the object instance.

Pascal
constructor Create(
    AHTTP: TIdCustomHTTP
); virtual; reintroduce;
Parameters 
Description 
AHTTP 
HTTP client that owns the request. 

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

Create stores AHTTP to the private member that represents the HTTP client for the request, and sets UseProxy to its default value (ctNormal). 

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.