Data.DBXPlatform.TDBXPlatform.CopyInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

static void __fastcall CopyInt64(const __int64 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 Int64- in einen TBytes-Wert.

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

Siehe auch

Codebeispiele