Data.DBXPlatform.TDBXPlatform.CopyUInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Copie des octets depuis une valeur Byte en une valeur TBytes.

La méthode statique CopyUInt8 copie des octets de Value en Dest, en commençant à DestOffset.

Voir aussi