RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebDispatcherAccess.Request Method

Returns the Web request object for the HTTP request message to which the application is responding.

Pascal
function Request: TWebRequest;
C++
__fastcall TWebRequest Request();

Call Request to obtain access to the current Web request object. The request object provides access to the headers of the request 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!