Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommandType
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.