Data.DBXDelegate.TDBXDelegateWritableValue.GetBytes

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

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.

Data.DBXDelegate.TDBXDelegateWritableValue.GetBytes inherits from Data.DBXCommon.TDBXValue.GetBytes. All content below this line refers to Data.DBXCommon.TDBXValue.GetBytes.

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