Append a cell to the output.
Source position: csvreadwrite.pp line 186
public procedure TCSVBuilder.AppendCell( |
const AValue: string |
); |
AValue |
|
Value to write to the cell. |
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.
|
Character to quote values. |
|
|
Field delimiter character. |
|
|
Append a new row. |