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

TCSVBuilder.AppendCell

Append a cell to the output.

Declaration

Source position: csvreadwrite.pp line 173

public procedure TCSVBuilder.AppendCell(

  const AValue: string

);

Arguments

AValue

  

Value to write to the cell.

Description

AppendCell appends a cell with content AValue to the output; It will quote the value using QuoteChar if necessary, and append the necessary Delimiter characters. It will not move to the next line, for this AppendRow must be called.

See also

QuoteChar

  

Character to quote values

Delimiter

  

Field delimiter character

AppendRow

  

Append a new row


Documentation generated on: Sep 29 2022