RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.InternalScriptName Property

Returns the ScriptName part of the URL.

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

InternalScriptName contains the script name portion of the URL, which specifies the name of a Web server application. This property generally contains the same information as ScriptName. To ensure cross platform code compatibility, use InternalScriptName instead of ScriptName.

Note: On Windows, this property varies slightly from ScriptName 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!