RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIRequest.TranslateURI Method

Translates a Uniform Resource Identifier (URI) into the internal representation of a location on the server.

Pascal
function TranslateURI(const URI: string): string; override;
C++
virtual __fastcall AnsiString TranslateURI(const AnsiString URI);

Use TranslateURI is used to translate the URI specified in a client request into a format that can be used by the server application. 

 

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