Reset the parser to its initial state.
Source position: csvreadwrite.pp line 147
public procedure TCSVParser.ResetParser; |
ResetParser resets the parser to its initial state: CurrentRow, CurrentCol and MaxColCount are all set to zero, and the output is cleared. The stream is put at position zero and if DetectBOM is True, the BOM marker is read.
|
Set the CSV source data. |
|
|
Row (zero based) of the current field. |
|
|
Column (zero based) of the current field. |
|
|
Return the maximum column count encountered till now. |
|
|
type of BOM marker found at the start of the data. |