Data.DBXPlatform.TDBXPlatform.CopyInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

static void __fastcall CopyInt32(const int Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Copies an Integer to a TBytes value.

The CopyInt32 static method copies the individual bytes of an integer given through Value to a TBytes value given through Dest, starting at DestOffset.

See Also