Save preferences

Hello guys,
is there a class or a module that manage the preferences? The class will work with 64bit.

Did you search with google ?

Example
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwj36paMp8XdAhVL1hoKHR4SDeIQFjAAegQIABAB&url=https%3A%2F%2Fblog.xojo.com%2F2014%2F01%2F27%2Fsaving-preferences%2F&usg=AOvVaw0hTIsIG67TZYBTBKakJagO

Search string used:
preferences window module for Xojo

some people will say this is “old school” and not a good way to do it, and they are entitled to their opinions…
but here is what I wrote, and I use it in all my Xojo projects… it is easy to use, and produces a “human readable” pref file

www.rdS.com/inifile.xojo_xml_project.zip

+1 for this. I use it frequently. Thank you.

I use XML_Preferences, written by Joseph Sharp, E-mail: joesharp@mac.com
I use it for all my projects over the last 10 years. Very easy to use.

Currently, I am using Christian’s CFPreferencesMBS to save my app preferences. It basically stores the settings in a plist in the Preferences folder. Quite easy to use.

thank you guys!