Unit 'IniFiles' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TCustomIniFile.BoolFalseStrings

Strings to recognize as boolean False values.

Declaration

Source position: inifiles.pp line 210

public property TCustomIniFile.BoolFalseStrings : TStringArray
  read FBoolFalseStrings
  write FBoolFalseStrings;

Description

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.

See also

TCustomIniFile.SetBoolStringValues

  

Set the boolean string values to use when writing to file.

TCustomIniFile.BoolTrueStrings

  

Strings to recognize as boolean True values.

TCustomIniFile.ReadBool

  

TCustomIniFile.WriteBool

  

Write boolean value.

TCustomIniFile.Options

  

Options currently in effect.


Documentation generated on: Jul 24 2023