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

TCSVParser.CurrentCellText

Current field value

Declaration

Source position: csvreadwrite.pp line 142

public property TCSVParser.CurrentCellText : string
  read FCellBuffer;

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: Sep 29 2022