| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Size of the field's data
Source position: db.pas line 408
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 |