RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.Request Property

Represents the current HTTP request that the application is handling.

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

Read Request to obtain information about the current HTTP request message. The request object provides access to the headers of the request message, as well as the content of the message. 

 

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