Data.DBXPlatform.TDBXPlatform.CopyInt8

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

static void __fastcall CopyInt8(const System::Int8 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 un ShortInt en une valeur TBytes.

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

Voir aussi