RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.Create Constructor

Creates a new THTTPReqResp object.

Pascal
constructor Create(Owner: TComponent); override;
C++
virtual __fastcall THTTPReqResp(TComponent * Owner);

Most applications do not create instances of THTTPReqResp. It is created and used by the THTTPRio class. 

The Owner parameter specifies the component that is responsible for freeing the THTTPReqResp instance. 

 

Owner 

THTTPRio

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!