Web.AutoDisp.TWebDispatch.GetPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPathInfo: string; virtual;

C++

virtual System::UnicodeString __fastcall GetPathInfo();

Properties

Type Visibility Source Unit Parent
function protected
Web.AutoDisp.pas
Web.AutoDisp.hpp
Web.AutoDisp TWebDispatch

Description

Returns the dispatch path information.

For more information about the path information, see the PathInfo property.

See Also