Hi,
I haven’t used this component before, so maybe I have something wrong?
I have a TRzRadioGroup (called rgAutoStart) with 2 items ‘Yes’ and ‘No’, which at design time is set to ItemIndex 1 (‘No’). I also have a TRzPropertyStore linked to a TRzRegIniFile (Section Name is ‘AutoStart’).
In the PropertyStore I’ve created one item Component = ‘rgAutoStart’ with Property Name = ‘ItemIndex’.
So I’m thinking if the user changes the itemindex from 1 (‘No’) to 0 (‘Yes’), then this setting will be saved in the Ini file under Section AutoStart and then read again at startup and set the radio group accordingly. This isn’t happening as the INI file isn’t being written to.
The ini file is working OK as I also have a form close component saving the window position.
Do I have something not set or missing on the using the Property Store component?