Web.HTTPApp.TWebResponse.Location
Delphi
property Location: string index 6 read GetStringVariable write SetStringVariable;
C++
__property System::UnicodeString Location = {read=GetStringVariable, write=SetStringVariable, index=6};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebResponse |
Description
Specifies the URI of a resource the web client should point to for the completion of its request.
Set Location when the TWebResponse created a new resource in response to the HTTP request message, or when servicing of the request must be delegated to another URI than the one specified in the HTTP request message.