DBXCommon.TDBXValue.GetBytes
From RAD Studio VCL Reference
Delphi Information
From DBXCommon.pas
function GetBytes(Offset: Int64; const Buffer: TBytes; BufferOffset: Int64; Length: Int64): Int64; overload; virtual;
Unit: DBXCommon
Type: method
Visibility: public
Member Of: 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.