RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.DerivedFrom Property

Reports the value of the Derived-From header of the HTTP request message.

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

Read DerivedFrom to determine the URI from which the value of Content originated. DerivedFrom is only meaningful when the request includes a Content property and the Content did not originate with the Web client. 

 

Content 

Referer 

Properties That Describe the Web Client

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