Data.DBXPlatform.TDBXPlatform.CopyUInt16

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

static void __fastcall CopyUInt16(const System::Word 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 Word- in einen TBytes-Wert.

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

Siehe auch