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(void);

Eigenschaften

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

Beschreibung

Gibt den Wert der ContentStream-Eigenschaft zurück.

Die GetContentStream-Methode ist die Leseimplementierung der ContentStream-Eigenschaft.

Siehe auch