EMS.Services.IEMSResourceResponseContent.GetStream

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetStream: TStream;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent


説明

応答内容が空でない場合、応答内容を TStream のインスタンスとして返します。そうでない場合は、例外が発生します。

関連項目