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: AnsiString;
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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!