RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIResponse.Create Constructor

Creates an instance of TCGIResponse to represent the response to the HTTPRequest parameter.

Pascal
constructor Create(HTTPRequest: TWebRequest);
C++
__fastcall TCGIResponse(TWebRequest HTTPRequest);

Applications shouldn't need to call Create to instantiate a CGI response object. The TCGIApplication object creates a TCGIResponse for each TCGIRequest it creates. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!