Basic character.
Source position: csvreadwrite.pp line 56
| type TCSVChar = char; | 
TCSVChar is an alias type for the basic character used in the CSV file. It is used in TCSVChar and it's descendents to define the character type read from file.
| 
 | Basic character. |