Returns a boolean value from Ini file at specified Section and Key Returns False to any value other than "True" string (case unsensitive) If value not found, returns False
Returns a string value indexed by Index from Ini file at specified Section and Key Value of Key in Ini file must be a standard list in format KeyName = { 1, 2, 3 } List can be a mixed list like KeyName = { , 1, two, 3.0, false } Index is zero based and must be in 0 > Index > List.Size - 1 range. Index out of range returns NotFoundReturnValue If value not found, returns NotFoundReturnValue
Returns a boolean value indexed by Index from Ini file at specified Section and Key Value of Key in Ini file must be a standard list in format KeyName = { 1, 2, 3 } List can be a mixed list like KeyName = { , 1, two, 3.0, false } Index is zero based and must be in 0 > Index > List.Size - 1 range. Index out of range returns False If value not found, returns False
Returns a double value indexed by Index from Ini file at specified Section and Key Value of Key in Ini file must be a standard list in format KeyName = { 1, 2, 3 } List can be a mixed list like KeyName = { , 1, two, 3.0, false } Index is zero based and must be in 0 > Index > List.Size - 1 range. Index out of range returns NotFoundReturnValue If value not found, returns NotFoundReturnValue
Returns a float value indexed by Index from Ini file at specified Section and Key Value of Key in Ini file must be a standard list in format KeyName = { 1, 2, 3 } List can be a mixed list like KeyName = { , 1, two, 3.0, false } Index is zero based and must be in 0 > Index > List.Size - 1 range. Index out of range returns NotFoundReturnValue If value not found, returns NotFoundReturnValue
Returns a int value indexed by Index from Ini file at specified Section and Key Value of Key in Ini file must be a standard list in format KeyName = { 1, 2, 3 } List can be a mixed list like KeyName = { , 1, two, 3.0, false } Index is zero based and must be in 0 > Index > List.Size - 1 range. Index out of range returns NotFoundReturnValue If value not found, returns NotFoundReturnValue
Returns a int value from Ini file at specified Section and Key If value not found, returns NotFoundReturnValue
GetList (SectionAsString, KeyAsString) AsList
Returns a List object from Ini file at specified Section and Key Value of Key in Ini file must be a standard list in format KeyName = { 1, 2, 3 } If value not found, returns Null