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