[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Size of the buffer needed to store the data of the field
Source position: db.pas line 195
published property TFieldDef.Size : Integer |
Size indicates the size of the buffer needed to hold data for the field. For types with a fixed size (such as integer, word or data/time) the size can be zero: the buffer mechaism reserves automatically enough heap memory. For types which can have various sizes (blobs, string types), the Size property tells the buffer mechanism how many bytes are needed to hold the data for the field. For BCD fields, the size property indicates the number of decimals after the decimal separator.
|
Precision used in BCD (Binary Coded Decimal) fields |
|
|
Data type for the field |