[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TStringsOptions

Set of TStringsOption

Declaration

Source position: classesh.inc line 613

type TStringsOptions = set of (

  soStrictDelimiter,

  

See TStrings.StrictDelimiter.

  soWriteBOM,

  

See TStrings.WriteBOM.

  soTrailingLineBreak,

  

See TStrings.TrailingLineBreak.

  soUseLocale,

  

See TStrings.UseLocale.

  soPreserveBOM

  

If this option is enabled, TStrings.WriteBOM is set in TStrings.LoadFromStream or TStrings.LoadFromFile according to BOM presence in the loaded file.

);

Description

TStringsOptions is the set type for enumeration TStringsOption.

See also

TStringsOption

  

Enumeration of options used in TStrings


Documentation generated on: May 14 2021