RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.Location Property

Specifies the URI of a resource the web client should point to for the completion of its request.

Pascal
property Location: string;
C++
__property AnsiString Location;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!