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