Size of the field's data.
Source position: db.pas line 454
DataSize is the memory size needed to store the field's contents. This is different from the Size property which declares a logical size for datatypes that have a variable size (such as string fields). For BLOB fields, use the TBlobField.BlobSize property to get the size of the field's contents for the current record..
|
Logical size of the field. |
|
|
Size of the current blob. |