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

TCSVByteOrderMark

BOM marker types.

Declaration

Source position: csvreadwrite.pp line 100

type TCSVByteOrderMark = (

  bomNone,

  

No BOM marker was read.

  bomUTF8,

  

The UTF8 BOM marker was read.

  bomUTF16LE,

  

The UTF16 little-endian BOM Marker was read.

  bomUTF16BE

  

The UTF16 big-endian BOM Marker was read.

);

Description

TCSVByteOrderMark is the type of the TCSVParser.BOM property. It can have the following values

bomNone
No BOM marker was read.
bomUTF8
The UTF8 BOM marker was read.
bomUTF16LE
The UTF16 little-endian BOM Marker was read.
bomUTF16BE
The UTF16 big-endian BOM Marker was read.

Documentation generated on: Jul 24 2023