Saving settings? (RadioButton1, RadioButton2)

Noel

Member
Licensed User
Longtime User
One of my applications is using two RadioButtons to select C or F (RadioButton1, RadioButton2)

I would like the app to save the selected RadioButton, and when the app is started again remember the last setting.

I have been looking for a small demo on this, but can not find anything usable on how this is done.

Anyone here with a small code example?

It's only for two RadioButtons!

Thank you
 

Noel

Member
Licensed User
Longtime User
Thank you both for the answer.

StateManager is what I'm looking for!
 
Upvote 0

anallie0

Active Member
Licensed User
Longtime User
Create and save a text file that contains a value of 0 or 1.
when you open the app checks the state of the value contained in the text file and adapt accordingly the status of ratiobutton.
ciao
 
Upvote 0
Top