Constructor for the object instance.
constructor Create( AParent: TIdCustomHTTP ); virtual; reintroduce;
Parameters |
Description |
AParent |
HTTP Client that owns the response. |
Create is the constructor for the object instance, and calls the inherited Create method.
Create assigns AParent to the private member that represents the owner of the HTTP response.
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.
|