Data.DBXPlatform.TDBXPlatform.CopyInt16

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

static void __fastcall CopyInt16(const short 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 SmallInt en une valeur TBytes.

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

Voir aussi