EMS.Services.IEMSResourceResponseContent.TryGetBytes

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

Delphi

function TryGetBytes(out ABytes: TBytes): Boolean;

C++

virtual bool __fastcall TryGetBytes(/* out */ System::DynamicArray<System::Byte> &ABytes) = 0 ;

プロパティ

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


説明

応答内容が空でない場合、TryGetBytes では、応答内容を TBytes のインスタンスとして ABytes 引数に格納し、True を返します。そうでない場合、TryGetBytesFalse を返します。

関連項目