Data.DBXCommon.TDBXValue.GetBytes

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXValue

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 */;

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