API:Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetCommandType
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
Unit: Datasnap.DSHTTPWebBroker | |
Parent: TDSHTTPRequestWebBroker |
Delphi
function GetCommandType: TDSHTTPCommandType; override;
C++
virtual Datasnap::Dshttpcommon::TDSHTTPCommandType __fastcall GetCommandType();
Description
Returns the value of the CommandType property.
Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetCommandType inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommandType. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommandType.
Returns the value of the CommandType property.
The GetCommandType method is the read implementation of the CommandType property.