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

TCSVHandler.EqualColCountPerRow

Ensure every row has an equal amount of columns.

Declaration

Source position: csvreadwrite.pp line 88

public property TCSVHandler.EqualColCountPerRow : Boolean
  read FEqualColCountPerRow
  write FEqualColCountPerRow;

Description

EqualColCountPerRow must be set to report an equal amount of columns for every row when reading and writing. Empty columns will be reported or added for every row where the number of columns is less than the maximal amount of columns. This property is not used in the TCSVParser or TCSVBuilder classes. It is used in the TCSVDocument class. The default is True.

See also

TCSVParser

  

Class to parse a CSV file

TCSVBuilder

  

Class to write a CSV file

TCSVDocument

  

Class representing a CSV document in memory.


Documentation generated on: Sep 29 2022