EMS.Services.IEMSResourceResponseContent.TryGetBytes
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.