EMS.Services.IEMSResourceResponseContent.TryGetBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TryGetBytes(out ABytes: TBytes): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSResourceResponseContent

Description

If the response content is not empty, TryGetBytes fills ABytes with the response content as an instance of TBytes and returns True. TryGetBytes returns False otherwise.

See Also