[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Logical size of the field
Source position: db.pas line 420
public property TField.Size : Integer |
Size is the declared size of the field for datatypes that can have variable size, such as string types, BCD types or array types. To get the size of the storage needed to store the field's content, the DataSize should be used. For blob fields, the current size of the data is not guaranteed to be present.
|
Size of the field's data |