Data.DBXCommon.TDBXValue.GetBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBytes(Offset: Int64; const Buffer: TArray<Byte>; BufferOffset, Length: Int64): Int64; overload; virtual;

C++

virtual __int64 __fastcall GetBytes(__int64 Offset, const System::DynamicArray<System::Byte> Buffer, __int64 BufferOffset, __int64 Length)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

Gets the byte array value for byte array and blob types.

Gets the byte array value for TDBXValue instances with a data type of BytesType and BlobType. Throws a TDBXError exception if IsNull is true.

See Also