Data.DBXPlatform.TDBXPlatform.CopyInt32Array

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

Delphi

class procedure CopyInt32Array(const Source: TDBXInt32s; SourceOffset: Integer; const Dest: TDBXInt32s; DestOffset: Integer; Count: Integer); static; inline;

C++

static void __fastcall CopyInt32Array(const TDBXInt32s Source, int SourceOffset, const TDBXInt32s Dest, int DestOffset, int Count);

プロパティ

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

説明

TDBXInt32s の配列の要素をコピーします。

CopyInt32Array 静的メソッドは、Count 要素を、SourceOffset の位置で Source から DestOffset の位置で Dest にコピーします。

Source および Dest は、TDBXInt32s 型です。

関連項目