Column (zero based) of the current field.
Source position: csvreadwrite.pp line 153
|  public property TCSVParser.CurrentCol : Integer | 
CurrentCol contains the column number (zero based) of the current field (cell) in the CSV file. This value is only valid after ParseNextCell returns True.
| 
 | Row (zero based) of the current field. | |
| 
 | Parse the next cell. | |
| 
 | Return the maximum column count encountered till now. | |
| 
 | Current field value. |