Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommandType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetCommandType: TDSHTTPCommandType; virtual; abstract;

C++

virtual TDSHTTPCommandType __fastcall GetCommandType(void) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Beschreibung

Gibt den Wert der Eigenschaft CommandType zurück.

Die Methode GetCommandType ist die Leseimplementierung der Eigenschaft CommandType.

Siehe auch