RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.TranslateURI Method

Provides the abstract (pure virtual) prototype for a method to translate a Uniform Resource Identifier (URI) into an internal representation of a location on the server.

Pascal
function TranslateURI(const URI: string): string; virtual; abstract;
C++
virtual __fastcall AnsiString TranslateURI(const AnsiString URI) = 0;

Descendants of TWebRequest implement TranslateURI. TranslateURI is used to translate the URI specified in a client request into a format that can be used by the server application. TranslateURI is not relevant to CGI applications.

Note: On Windows, the internal format varies, depending on whether the server application is an ISAPI or NSAPI application.
 

 

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