Size of the blob field.
Source position: db.pas line 1111
published property TBlobField.Size : Integer |
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.
|
Size of the current blob. |