Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdHTTPResponse.Create
TIdHTTPResponse
Constructor for the object instance.
constructor
Create(AParent: TIdHTTP);
virtual
;
Parameters
AParent: TIdHTTP
HTTP Client that owns the response.
Description
Create is the constructor for the object instance. Create calls the inherited Create method, and assign AParent to the private member that represents the owner of the HTTP response.