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

TCSVHandler.IgnoreOuterWhitespace

Ignore whitespace between delimiters and field data.

Declaration

Source position: csvreadwrite.pp line 89

public property TCSVHandler.IgnoreOuterWhitespace : Boolean
  read FIgnoreOuterWhitespace
  write FIgnoreOuterWhitespace;

Description

IgnoreOuterWhitespace can be set to True to let the parser ignore any whitespace between the value of a field and the delimiter characters Delimiter when reading data. The default is False

See also

Delimiter

  

Field delimiter character.

QuoteOuterWhitespace

  

Write quotes when outer whitespace is found in a value.


Documentation generated on: Jul 24 2023