API:Datasnap.DSHTTPCommon.TDSHTTPCommandType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSHTTPCommandType = (hcUnknown, hcGET, hcPOST, hcDELETE, hcPUT, hcOther);

C++

enum DECLSPEC_DENUM TDSHTTPCommandType : unsigned char { hcUnknown, hcGET, hcPOST, hcDELETE, hcPUT, hcOther };

Properties

Type Visibility Source Unit Parent
enum public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon Datasnap.DSHTTPCommon

Description

Embarcadero Technologies does not currently have any additional information.