Character size.
Source position: db.pas line 208
CharSize is only relevant for for string fields: it indicates the number of bytes used to represent a single character. It is calculated from the TFieldDef.CodePage property and can have the following values:
| 
 | System code page for the values in string and wide string field types. | |
| 
 | Size of the buffer needed to store the data of the field. |