Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentStream

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetContentStream: TStream; virtual; abstract;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Beschreibung

Gibt den Wert der Eigenschaft ContentStream zurück.

Die Eigenschaft GetContentStream ist die Leseimplementierung der Eigenschaft ContentStream.

Siehe auch