Constructor for the object instance.
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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|