home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kompon / d45 / OPTIONS.ZIP / README.TXT
Text File  |  2002-07-05  |  2KB  |  55 lines

  1. Options component
  2. =================
  3.  
  4. Options is a component that makes it easy to handle program
  5. preferences, save them to registry or ini file, reload them
  6. and build a program preferences dialog box.
  7.  
  8. New in 1.01
  9. -----------
  10.  
  11. Suggested improvement: TOptions can store the options'
  12. values in a string list.
  13.  
  14. License agreement
  15. -----------------
  16.  
  17. Options is distributed as a freeware. You are free to use 
  18. Options as part of your application for any purpose
  19. including freeware, commercial and shareware applications.
  20. The origin of this software must not be misrepresented,
  21. you must not claim your authorship. All redistributions
  22. must retain the original license agreement.
  23. You may not distribute modified versions of the software.
  24. You may not rent, lease or sell the software on its own,
  25. without integrating it into your applications as executable
  26. code.
  27. THIS SOFTWARE IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY
  28. KIND IS EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK.
  29. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS
  30. OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING THIS
  31. SOFTWARE. 
  32.  
  33. Installation
  34. ------------
  35.  
  36. 1. Delphi 4
  37.  
  38. Use "File\Open..." menu item of Delphi IDE to open package
  39. DclOpt4.dpk. In "Package..." window click "Compile" button
  40. to compile the package. After compiling click "Install" to
  41. integrate the new component into the IDE.
  42. Use "Tools\Environment options..." menu item to open the
  43. environment options dialog box. On "Library" tab, add the
  44. [Options]\Units directory to the library path ([Options] is
  45. the directory, where you've placed the package).
  46.  
  47. 2. Delphi 5
  48.  
  49. Same as Delphi 4 installation, except that you should use
  50. DclOpt5.dpk instead of DclOpt4.dpk.
  51.  
  52. Author:
  53. Smile
  54. sscchh@freemail.hu
  55.