Data.DBXCommon.TDBXRow.SetDynamicBytes
| [–] Properties | |
|---|---|
| Type: procedure function | |
| Visibility: protected | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp | |
| Unit: Data.DBXCommon | |
| Parent: TDBXRow | |
Delphi
procedure SetDynamicBytes( DbxValue:     TDBXValue;
Offset:       Int64;
const Buffer: TArray<Byte>;
BufferOffset: Int64;
Length:       Int64); virtual;
C++
virtual void __fastcall SetDynamicBytes(TDBXValue* DbxValue, __int64 Offset, const System::DynamicArray<System::Byte> Buffer, __int64 BufferOffset, __int64 Length);
Description
Embarcadero Technologies does not currently have any additional information.