RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIResponse.Create Constructor

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

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

Applications don't need to call Create to instantiate a ISAPI response object. TISAPIApplication creates a TISAPIResponse for each TISAPIRequest it creates. 

 

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