Data.DBXCommon.TDBXWideCharsValue.GetBytes
Delphi
function GetBytes(Offset: Int64; const Value: TArray<Byte>; BufferOffset, Length: Int64): Int64; overload; override;
C++
virtual __int64 __fastcall GetBytes(__int64 Offset, const System::DynamicArray<System::Byte> Value, __int64 BufferOffset, __int64 Length)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXWideCharsValue |
Description
Gets the byte array value for byte array and blob types. {{#multireplace:Data.DBXCommon.TDBXWideCharsValue.GetBytes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetBytes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXValue.GetBytes|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.