The title may be updated once the question is posted, But I start with an .ini file I would like to save Integers , Strings , Bool To this .ini file. Which I can do with
WriteString
WriteInteger
WriteBool
Then I Would like to read it into a list, Where when i pulled the data from the list it would know its all ready a integer or string or bool?
Currently I have to write everything as a string and then i read into a stringlist.
As said, you can read all data as string. And you can use the following function to determine the datatype: