Data.DB.TBlobField.GetDataSize
Delphi
function GetDataSize: Integer; override;
C++
virtual int __fastcall GetDataSize(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TBlobField |
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.