API:Data.DB.TPlatformValueBuffer.Copy
Delphi
class procedure Copy(Buffer: TValueBuffer; const Dest: TArray<Byte>; Offset: Integer; Count: Integer); overload; static; inline;
class procedure Copy(const Source: TArray<Byte>; Offset: Integer; Buffer: TValueBuffer; Count: Integer); overload; static; inline;
C++
static void __fastcall Copy(System::DynamicArray<System::Byte> Buffer, const System::DynamicArray<System::Byte> Dest, int Offset, int Count)/* overload */;
static void __fastcall Copy(const System::DynamicArray<System::Byte> Source, int Offset, System::DynamicArray<System::Byte> Buffer, int Count)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DB.pas Data.DB.hpp |
Data.DB | TPlatformValueBuffer |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!