Data.DBXPlatform.TDBXPlatform.CopyInt64
Delphi
class procedure CopyInt64(const Value: Int64; const Dest: TArray<Byte>; const DestOffset: Integer); static; inline;
C++
static void __fastcall CopyInt64(const __int64 Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXPlatform |
説明
バイトを Int64 から TBytes 値にコピーします。
CopyInt64 静的メソッドは、DestOffset から順にバイトを Value から Dest にコピーします。