Web.HTTPApp.TWebRequest.GetInternalScriptName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInternalScriptName: string; virtual;

C++

virtual System::UnicodeString __fastcall GetInternalScriptName();

Properties

Type Visibility Source Unit Parent
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

Provides the virtual getter method of returning the ScriptName part of the URL.

GetInternalScriptName provides the virtual getter method of returning the ScriptName part of the URL. GetInternalScriptName is the getter method for InternalScriptName.

See Also