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

TCSVParser.MaxColCount

Return the maximum column count encountered till now.

Declaration

Source position: csvreadwrite.pp line 150

public property TCSVParser.MaxColCount : Integer
  read FMaxColCount;

Description

MaxColCount contains the maximum column count encoutered till now. This value will be updated as ParseNextCell is called, and consequently the final value is only available after ParseNextValue returned False.

See also

CurrentRow

  

Row (zero based) of the current field.

CurrentCol

  

Column (zero based) of the current field.

CurrentCellText

  

Current field value.

ParseNextCell

  

Parse the next cell.


Documentation generated on: Jul 24 2023