RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDispatcher.Request Property

Provides access to the TWebRequest object that the dispatcher is currently handling.

Pascal
property Request: TWebRequest;
C++
__property TWebRequest Request;

Use Request to obtain information about the current HTTP request message. The dispatcher matches this TWebRequest object to an action item, and invokes the OnAction event handler of the action item to generate and send a response to the HTTP request message. OnAction event handlers often use descendants of TCustomContentProducer to help generate the response to the request message. These content producers can use the Request property to correctly produce the content of the HTTP response. 

 

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