RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebDispatcherAccess.Response Method

Returns the Web response object for the HTTP response message that the application is assembling.

Pascal
function Response: TWebResponse;
C++
__fastcall TWebResponse Response();

Call Response to obtain access to the current Web response object. The response object provides access to the headers of the response message, as well as the content of the message. 

 

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