EMS.ResourceAPI.TEndpointResponseBody.SetBytes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetBytes(const ABytes: TBytes; const AContentType: string); virtual; abstract;

C++

virtual void __fastcall SetBytes(const System::DynamicArray<System::Byte> ABytes, const System::UnicodeString AContentType) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointResponseBody


Beschreibung

Füllt den Rumpf mit den Bytes und dem Internet Media Type.

Siehe auch