Data.DBXPlatform.TDBXPlatform.CopyUInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure CopyUInt8(const Value: Byte; const Dest: TArray<Byte>; const DestOffset: Integer); static; inline;

C++

static void __fastcall CopyUInt8(const System::Byte Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Beschreibung

Kopiert Bytes von einem Byte- in einen TBytes-Wert.

Die statische Methode CopyUInt8 kopiert Bytes von Value in Dest beginnend mit DestOffset.

Siehe auch