Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommandType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPRequest

Delphi

function GetCommandType: TDSHTTPCommandType; virtual; abstract;

C++

virtual TDSHTTPCommandType __fastcall GetCommandType() = 0 ;

Description

Returns the value of the CommandType property.

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

See Also