Data.DBXPlatform.TDBXPlatform.CopyInt8

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

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

Beschreibung

Kopiert Bytes von einem ShortInt- in einen TBytes-Wert.

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

Siehe auch