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();

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.

The GetCommandType method is the read implementation of the CommandType property.

See Also