Data.DB.TBlobField.GetBlobSize

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBlobField

Delphi

function GetBlobSize: Integer; virtual;

C++

virtual int __fastcall GetBlobSize();

Description

Returns the number of bytes of data contained in the blob field on the current record.

Call GetBlobSize to return the number of bytes of data contained in the blob field on the current record. GetBlobSize is the getter method for the BlobSize property.

See Also