System.SysUtils.TEncoding.UseBOM

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseBOM: Boolean read FUseBOM;

C++

__property bool UseBOM = {read=FUseBOM, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TEncoding

Description

Indicates when the GetPreamble method returns the encoding BOM sequence of bytes. When UseBOM is True (default value), it returns the BOM, otherwise the array is empty.

To change the UseBOM value, use an encoding overloaded constructor with the UseBOM argument.


See Also