Web.HTTPApp.TWebRequest.PathTranslated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PathTranslated: string index 5 read GetStringVariable;

C++

__property System::UnicodeString PathTranslated = {read=GetStringVariable, index=5};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Represents a translation of the PathInfo property to a fully qualified path on the Web server.

Use PathTranslated to refer to the location of the target of the request in an HTTP response.

See Also