| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Enumeration of options used in TStrings
Source position: classesh.inc line 612
type TStringsOption = (  | 
||
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.  | 
);  | 
TStringsOption is the type used in the TStrings.Options set property, and it lists various strings options. It has the following values:
  | 
A set of TStringsOption - various boolean properties.  |