RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebDataModule.Request Property

Provides access to the current request object.

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!