RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.InternalPathInfo Property

Returns the path info portion of the URL.

Pascal
property InternalPathInfo: AnsiString;
C++
__property AnsiString InternalPathInfo;

InternalPathInfo contains the path information portion of the URL, which identifies the destination of the message. This property generally contains the same information as PathInfo.To ensure cross-platform code compatibility, use InternalPathInfo instead of PathInfo.

Note: On Windows, this property varies slightly from PathInfo if the application has an embedded test server. In that case, information specific to the test server is contained in the InternalScriptName instead of the InternalPathInfo.
 

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