RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIRequest.TranslateURI Method

Provides 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; override;
C++
virtual __fastcall AnsiString TranslateURI(const AnsiString URI);

Descendants of TCGIRequest 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. 

 

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