Data.DBXStreamPlatform.TDBXJSonRow.GetStreamBytes

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXStreamPlatform.pas
Data.DBXStreamPlatform.hpp
Data.DBXStreamPlatform TDBXJSonRow

Description


Embarcadero Technologies does not currently have any additional information.