Data.DB.TBlobField.GetDataSize

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 GetDataSize: Integer; override;

C++

virtual int __fastcall GetDataSize();

Description

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

GetDataSize internally calls the GetBlobSize method to return the number of bytes of data contained in the blob field on the current record.

See Also