Web.HTTPApp.TWebRequest.Method
Delphi
property Method: AnsiString index 0 read GetStringVariable;
C++
__property System::AnsiString 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.