Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing and Recalling System Settings
Message
 
To
15/06/2002 14:58:12
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00668932
Message ID:
00668969
Views:
13
Hi David.

cSystemSettings is the parent class for cregistry and cinifile. When the Application object is created it creates a goapp.osystemsetting object which is used to do all the system setting reading and writing. The luseinifile setting on the Application object is used to determine which method is used to store system settings (Registry or INI) and to create the goapp.osystemsetting object. The User Preferences form is where most system settings are maintained. You can check it out to see how it all works there.

HTH

Dan

>I need a way to store and recall system settings specific to my application. I'm currently using a table and an associated business object. I've noticed that there is a cSystemSettings class in the cUtils library. Is this designed for this purpose? The documentation does not have any information about this.
>
>Thanks,
>
>David
Previous
Reply
Map
View

Click here to load this message in the networking platform