RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXWideCharsValue.GetBytes Method

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

Pascal
function GetBytes(Offset: Int64; const Value: TBytes; BufferOffset: Int64; Length: Int64): Int64; override; overload;
C++
virtual __fastcall Int64 GetBytes(Int64 Offset, const TBytes Value, Int64 BufferOffset, Int64 Length);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!