Data.DBXCommon.TDBXRow.GetStreamBytes
Delphi
procedure GetStreamBytes(DbxValue: TDBXStreamValue; const Buffer: TArray<Byte>; BufferOffset, Length, ReturnLength: Int64; var IsNull: LongBool); virtual;
C++
virtual void __fastcall GetStreamBytes(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.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXRow |
Description
Embarcadero Technologies does not currently have any additional information.