Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBlobField.Size

Size of the blob field.

Declaration

Source position: db.pas line 1105

published property TBlobField.Size : Integer
  default 0;

Description

Size is the size of the blob in the internal memory buffer. It defaults to 0, as the BLOB data is not stored in the internal memory buffer. To get the size of the data in the current record, use the BlobSize property instead.

See also

BlobSize

  

Size of the current blob.


Documentation generated on: Jul 24 2023