Data.DBXPlatform.TDBXPlatform.CopyInt32

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

説明

IntegerTBytes 値にコピーします。

CopyInt32 静的メソッドは、Value で指定された個々の整数のバイトを、DestOffset から順に Dest で指定された TBytes 値にコピーします。

関連項目