Data.DBXCommon.TDBXAnsiCharsValue.GetBytes

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXAnsiCharsValue

説明

バイト配列や blob 型の、バイト配列値を取得します。

Data.DBXCommon.TDBXAnsiCharsValue.GetBytes は Data.DBXCommon.TDBXValue.GetBytes を継承しています。以下の内容はすべて Data.DBXCommon.TDBXValue.GetBytes を参照しています。

バイト配列や blob 型の、バイト配列値を取得します。

BytesType および BlobType のデータ型の、TDBXValue インスタンスのバイト配列値を取得します。 IsNull が true だった場合、TDBXError 例外を発生させます。

関連項目