Data.DBXPlatform.TDBXPlatform.CopyInt16

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

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

Beschreibung

Kopiert Bytes von einem SmallInt in einen TBytes-Wert.

Die statische Methode CopyInt16 kopiert Bytes von Value in Dest beginnend am DestOffset.

Siehe auch