Miletus and TWebLocalStorage

TWebLocalStorage seems to not be persistent between sessions in Miletus.

I can save and load settings within a session, and that works fine.

If I close and restart the program then the settings are lost.

Is this a fixable thing or should I save to a local file?

Dave

This is something not supported when using an embedded browser.
We recommend using a local file.

Thanks Bruno, I suspected that this might be the case. I'll use a local file.

Dave

I'm now successfully using TMiletusINIFile for the program settings, cheers!

Dave

1 Like