Web.AutoDisp.TWebDispatch.SetPathInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPathInfo(const Value: string); virtual;

C++

virtual void __fastcall SetPathInfo(const System::UnicodeString Value);

Properties

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

Description

Sets the dispatch path information.

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

See Also