API:Datasnap.DSHTTPCommon.TDSHTTPCommandType
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: Datasnap.DSHTTPCommon | |
Delphi
TDSHTTPCommandType = (hcUnknown, hcGET, hcPOST, hcDELETE, hcPUT, hcOther);
C++
enum DECLSPEC_DENUM TDSHTTPCommandType : unsigned char { hcUnknown, hcGET, hcPOST, hcDELETE, hcPUT, hcOther };
Description
Embarcadero Technologies does not currently have any additional information.