| [Overview][Types][Classes][Index] | 
Set of TIniFileOption
Source position: inifiles.pp line 145
type TIniFileOptions = set of (  | 
||
ifoStripComments,  | 
  | 
Strip comments from file  | 
ifoStripInvalid,  | 
  | 
Strip invalid lines from file  | 
ifoEscapeLineFeeds,  | 
  | 
Observe backslash as linefeed escape character  | 
ifoCaseSensitive,  | 
  | 
Key and section names are case sensitive  | 
ifoStripQuotes,  | 
  | 
Strip double quotes from values  | 
ifoFormatSettingsActive,  | 
  | 
Observe the values in FormatSettings  | 
ifoWriteStringBoolean  | 
  | 
Read/Write booleans as strings instead of 0/1  | 
);  | 
TIniFIleOptions is the set for TIniFileOption. It is used in the TCUstomIniFile.Create constructor and TCustomIniFile.Options property.
  | 
Options to use hen creating a new TIniFile instance  | 
|
  | 
Instantiate a new instance of TCustomIniFile.  | 
|
  | 
Options currently in effect  |