Data.SqlExpr.TCustomSQLDataSet.CurrentBlobSize

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

Delphi

property CurrentBlobSize: Int64 read FCurrentBlobSize write SetCurrentBlobSize;

C++

__property __int64 CurrentBlobSize = {read=FCurrentBlobSize, write=SetCurrentBlobSize};

プロパティ

種類 可視性 ソース ユニット
property protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet

説明

最後に読み出された BLOB 項目のサイズを示します。

アプリケーションでこのプロテクトプロパティを使用することはできません。TCustomSQLDataSet は,CurrentBlobSize を内部で使用し,BlobBuffer で必要なサイズを決定します。データセットは,BLOB 項目を読み出すと,CurrentBlobSize を,データベースドライバから通知された BLOB 項目のバイト数に設定します。

関連項目