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

TCSVParser.CurrentCellText

Current field value.

Declaration

Source position: csvreadwrite.pp line 148

public property TCSVParser.CurrentCellText : string
  read GetCurrentCell;

Description

CurrentCellText contains the value of the current field (cell) in the CSV file. This value is only valid after ParseNextCell returns True. The value has already been processed according to the QuoteOuterWhitespace property.

See also

CurrentRow

  

Row (zero based) of the current field.

CurrentCol

  

Column (zero based) of the current field.

MaxColCount

  

Return the maximum column count encountered till now.

ParseNextCell

  

Parse the next cell.

QuoteOuterWhitespace

  

Write quotes when outer whitespace is found in a value.


Documentation generated on: Jul 24 2023