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. |