Web.HTTPApp.TWebRequest.ScriptName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScriptName: string index 23 read GetStringVariable;

C++

__property System::UnicodeString ScriptName = {read=GetStringVariable, index=23};

Properties

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

Description

Indicates the value of the script information (if any) of the URL specified in the HTTP request message.

Read ScriptName to determine the full path to the Web server application specified by the client request. For example, given this URL:

http://www.TSite.com/art/gallery.cgi/mammals?animal=dog&color=black

the ScriptName portion is:

/art/gallery.cgi

See Also