API:Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentStream

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContentStream: TStream; override;

C++

virtual System::Classes::TStream* __fastcall GetContentStream();

Eigenschaften

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

Beschreibung

Gibt den Wert der Eigenschaft ContentStream zurück.

Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentStream erbt von Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream. Der folgende Inhalt bezieht sich auf Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream.

Gibt den Wert der Eigenschaft ContentStream zurück.

Die Eigenschaft GetContentStream ist die Leseimplementierung der Eigenschaft ContentStream.

Siehe auch