Unit 'csvreadwrite' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TCSVParser.CurrentRow

Row (zero based) of the current field.

Declaration

Source position: csvreadwrite.pp line 144

public property TCSVParser.CurrentRow : Integer
  read FCurrentRow;

Description

CurrentRow contains the row number (zero based) of the current field (cell) in the CSV file. This value is only valid after ParseNextCell returns True.

See also

ParseNextCell

  

Parse the next cell.

CurrentCol

  

Column (zero based) of the current field.

MaxColCount

  

Return the maximum column count encountered till now.

CurrentCellText

  

Current field value.


Documentation generated on: Jul 24 2023