Skip to content

TStrings.WriteBOM

Write BOM when writing stringlist to stream

Declaration

Source position: classesh.inc line 793

public Property
  WriteBOM : Boolean;

Description

WriteBOM signals the stringlist to write a BOM Marker to the stream if the stringlist is written to stream using TStrings.SaveToStream or TStrings.SaveToFile

See also

Name Description
TStrings.Options A set of TStringsOption - various boolean properties.
TStrings.SaveToFile Save the contents of the list to a file.
TStrings.SaveToStream Save the contents of the string to a stream.