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

TCSVParser.BOM

type of BOM marker found at the start of the data.

Declaration

Source position: csvreadwrite.pp line 154

public property TCSVParser.BOM : TCSVByteOrderMark
  read FBOM;

Description

BOM indicates what Byte Order Marker was found at the beginning of the data. The value is updated as soon as the CSV is set using TCSVParser.SetSource and DetectBOM is True. For a list of possible values, see TCSVByteOrderMark.

See also

TCSVByteOrderMark

  

BOM marker types.

TCSVParser.SetSource

  

Set the CSV source data.


Documentation generated on: Jul 24 2023