Data.SqlExpr.TCustomSQLDataSet.CurrentBlobSize
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 項目のバイト数に設定します。