Web.Stencils.TWebStencilsProcessor.WebRequest
Delphi
property WebRequest: TWebRequest read GetWebRequest write FWebRequest;
C++
__property Web::Httpapp::TWebRequest* WebRequest = {read=GetWebRequest, write=FWebRequest};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.Stencils.pas Web.Stencils.hpp |
Web.Stencils | TWebStencilsProcessor |
Description
Specifies a Web Request for which the processor is called.
It is set automatically when the processor is assigned to a TWebActionItem.Producer, or it is passed by the engine for post-processing.
Note: When this component is placed in a web module and tied to an action, the information is extracted from the internal Dispatcher, and there is no need to set this property manually. The processor uses information from the web request, but the script can also read information from it, like HTTP query parameters.