Data.DBXPlatform.TDBXPlatform.CopyInt16
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXPlatform |
Delphi
class procedure CopyInt16(const Value: SmallInt; const Dest: TArray<Byte>; const DestOffset: Integer); static; inline;
C++
static void __fastcall CopyInt16(const short Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);
Description
Copies bytes from a Smallint to a TBytes value.
The CopyInt16 static method copies bytes from Value to Dest, starting at DestOffset.