EMS.Services.IEMSResourceResponseContent.TryGetBytes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function TryGetBytes(out ABytes: TBytes): Boolean;

C++

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

Eigenschaften

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


Beschreibung

Wenn der Antwortinhalt nicht leer ist, füllt TryGetBytes ABytes mit dem Antwortinhalt als Instanz von TBytes und gibt True zurück. Andernfalls gibt TryGetBytes False zurück.

Siehe auch