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

TCSVHandler.Delimiter

Field delimiter character.

Declaration

Source position: csvreadwrite.pp line 81

public property TCSVHandler.Delimiter : TCSVChar
  read GetDelimiter
  write SetDelimiter;

Description

Delimiter is the field delimiter character. By default, it is the comma (,). Values that contain a delimiter character must be quoted by the character specified in QuoteChar.

See also

QuoteChar

  

Character to quote values.

LineEnding

  

Line ending character.


Documentation generated on: Jul 24 2023