How to use PtSettingsExpert

  1. In the main Delphi menu, select "File", "New", "Other...".
  2. Under the "New" tab select "Settings unit" to start the expert:
  3. The expert will try to read a settings storage and generate what it thinks will be the best structure to represent those settings. Choose the type of settings storage (by selecting the appropriate tab) that you want the expert to read from.
  4. Click "Structure..." to see and edit the settings structure:
  5. When you have done as much as you can with the editor, click "Generate" to generate a new Delphi unit. If all the types were defined, and the path entered in step 3 was valid, then you should be able to use the settings unit right away.