Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetCommandType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCommandType: TDSHTTPCommandType; override;

C++

virtual Datasnap::Dshttpcommon::TDSHTTPCommandType __fastcall GetCommandType();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPRequestWebBroker

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.

See Also