Datasnap.DSHTTPClient.TDSHTTP.Delete

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Delete(const AURL: string; AResponseStream: TStream = nil);

C++

void __fastcall Delete(const System::UnicodeString AURL, System::Classes::TStream* AResponseStream = (System::Classes::TStream*)(0x0));

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP


Beschreibung

Sendet eine DELETE-Befehlsanforderung.

In der folgenden Tabelle ist die Bedeutung der Parameter aufgeführt.

Parameter Beschreibung

AURL

URL, an den der DELETE-Befehl gesendet wird.

AResponseStream

Der Stream, in den die Antwort einbezogen werden soll.

Exceptions

Exception Meldung Beschreibung

EHTTPProtocolException

<HTTP protocol version> <HTTP status code> <Reason-Phrase>

Aus der Serverantwort wird eine Protokoll-Exception ausgelöst.

Siehe auch