IBX.IBBlob.TIBBlobStream.BlobSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BlobSize: Long read FBlobSize;

C++

__property int BlobSize = {read=FBlobSize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBBlob.pas
IBX.IBBlob.hpp
IBX.IBBlob TIBBlobStream

Description

Returns the total size of the Blob.

Use BlobSize to return the total size of the Blob in bytes.