EMS.Services.IEMSResourceResponseContent.GetStream

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetStream: TStream;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent


Beschreibung

Gibt den Antwortinhalt als Instanz von TStream zurück, wenn der Antwortinhalt nicht leer ist. Ansonsten wird eine Exception ausgelöst.

Siehe auch