Data.DBXPlatform.TDBXPlatform.CopyInt8

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Copies bytes from a Shortint to a TBytes value.

The CopyInt8 static method copies bytes from Value to Dest, starting at DestOffset.

See Also