API:Datasnap.DSHTTP.TDSHTTPRequestIndy.GetCommandType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCommandType: TDSHTTPCommandType; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPRequestIndy

Description

Returns the value of the CommandType property.

Datasnap.DSHTTP.TDSHTTPRequestIndy.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