TurboDB VCL Component Library

TTdbBlobProvider.BlobSize Property

TTdbBlobProvider

Previous  Top  Next

Indicates the size of the current blob in bytes.

Delphi syntax:

property BlobSize: Int64 read GetBlobSize;

C++ syntax:

__property int64 BlobSize = {read=GetBlobSize};

Description

Read this property to determine the number of bytes in the current blob.