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

TCSVHandler.QuoteChar

Character to quote values.

Declaration

Source position: csvreadwrite.pp line 85

public property TCSVHandler.QuoteChar : TCSVChar
  read GetQuoteChar
  write SetQuoteChar;

Description

QuoteChar specifies the character to use when quoting values. Between the quote characters, field delimiter (as set in Delimiter) or line ending (as set in LineEnding) characters lose their special meaning and are considered part of the value. The default quote character is the double quote (").

See also

Delimiter

  

Field delimiter character.

LineEnding

  

Line ending character.


Documentation generated on: Jul 24 2023