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

TCSVParser.CurrentCol

Column (zero based) of the current field.

Declaration

Source position: csvreadwrite.pp line 146

public property TCSVParser.CurrentCol : Integer
  read FCurrentCol;

Description

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.

See also

CurrentRow

  

Row (zero based) of the current field.

ParseNextCell

  

Parse the next cell.

MaxColCount

  

Return the maximum column count encountered till now.

CurrentCellText

  

Current field value.


Documentation generated on: Jul 24 2023