I often use INI files in Delphi as a poor man's database in Windows. If I want to remember a small number of configuration parameters, what is the best way to store them? I do NOT want them to be part of the stack: I want them to be part of a separate named data object, so I can load a set, modify it, store it, and then load a different set. Thanks! Jon