RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomSQLDataSet.CurrentBlobSize Property

Indicates the size of the most recently read BLOB field.

Pascal
property CurrentBlobSize: Int64;
C++
__property Int64 CurrentBlobSize;

Applications can't use this protected property. TCustomSQLDataSet uses CurrentBlobSize internally to determine the size needed for BlobBuffer. When the dataset reads a BLOB field, it sets CurrentBlobSize to the number of bytes in the BLOB field, as reported by the database driver. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!