Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPRequest.Create
Constructor for the object instance.

constructor Create(AHTTP: TIdHTTP); virtual;
Parameters
AHTTP: TIdHTTP
HTTP client that owns the request.

Description
Create is the constructor for the object instance. Create calls the inherited Create method, and stores AParent to the private member that represents the HTTP client for the request.