API:Datasnap.DSHTTP.TDSHTTPRequestIndy.GetCommand

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetCommand: string; override;

C++

virtual System::UnicodeString __fastcall GetCommand();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPRequestIndy

Beschreibung

Gibt den Wert der Eigenschaft Command zurück.

Datasnap.DSHTTP.TDSHTTPRequestIndy.GetCommand erbt von Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommand. Der folgende Inhalt bezieht sich auf Datasnap.DSHTTPCommon.TDSHTTPRequest.GetCommand.

Gibt den Wert der Eigenschaft Command zurück.

Die Methode GetCommand ist die Leseimplementierung der Eigenschaft Command.

Siehe auch