Web.HTTPApp.TWebRequest.Method

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Method: string index 0 read GetStringVariable;

C++

__property System::UnicodeString Method = {read=GetStringVariable, index=0};

Properties

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

Description

Specifies the type of the request method as string.

Read the Method property to obtain the type of the request method as a string.

See Also