| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TStringsOption
Source position: classesh.inc line 613
type TStringsOptions = set of (  | 
||
soStrictDelimiter,  | 
  | 
|
soWriteBOM,  | 
  | 
See TStrings.WriteBOM.  | 
soTrailingLineBreak,  | 
  | 
|
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.  | 
);  | 
TStringsOptions is the set type for enumeration TStringsOption.
  | 
Enumeration of options used in TStrings  |