Strings to recognize as boolean False values.
Source position: inifiles.pp line 216
|  public property TCustomIniFile.BoolFalseStrings : TStringArray | 
BoolFalseStrings is a list of strings that will be recognized as boolean False value in TCustomIniFile.ReadBool The first string in the list will be used when writing a False boolean value in TCustomIniFile.WriteBool.
The string values are ignored if ifoWriteStringBoolean is not in the ini file options.
| 
 | Set the boolean string values to use when writing to file. | |
| 
 | Strings to recognize as boolean True values. | |
| 
 | ||
| 
 | Write boolean value. | |
| 
 | Options currently in effect. |