Web.AutoDisp.TWebDispatch.MethodType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MethodType: TMethodType read FMethodType write FMethodType default mtPost;

C++

__property Web::Httpapp::TMethodType MethodType = {read=FMethodType, write=FMethodType, default=3};

Properties

Type Visibility Source Unit Parent
property published
Web.AutoDisp.pas
Web.AutoDisp.hpp
Web.AutoDisp TWebDispatch

Description

Specifies the type of the dispatch method.

Use this property to set and get the dispatch method—GET, POST, and so on.

See Also