home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kompon / d56 / SGWCDLG.ZIP / readme.txt next >
Text File  |  2001-07-11  |  2KB  |  66 lines

  1. WebColorDialog (Delphi 5/6)
  2. Initial Release 1.0.0, July 12, 2001
  3. Copyright (c) 2001 by Serghei Gaivan
  4. http://gaivan.hypermart.net
  5. e-mail: gaivan@mail.md
  6.  
  7.  
  8. INTRODUCTION:
  9. ------------
  10. Native Delphi 5/6 component representing a dialog box to choose color
  11. from hexagonal web adaptive palette as well as pick up color from any
  12. of running windows. 
  13.  
  14.  
  15. INSTALLATION:
  16. ------------
  17. From Delphi 5/6 IDE choose Component|Install Component and select
  18. "WebColorDialogReg.pas". By default component is being installed on
  19. "Dialogs" page.
  20.  
  21.  
  22. USAGE:
  23. -----
  24. Published properties of the component:
  25.  - Color: TColor; // Choosen color
  26.  - WebColor: string; // HTML-formatted value #RRGGBB or RGB(r,g,b) 
  27.             {depends on ColorScheme property value}
  28.  - ColorScheme: (scHex,scRGB); // mode for WebColor value
  29.  - Position: TPosition;
  30.  - PosX: integer; // applicaple for Position=poDesigned
  31.  - PosY: integer; // applicaple for Position=poDesigned
  32. Events:
  33.  - OnShow;
  34.  - OnClose;
  35.  - OnApply; // occurs when user press Apply button
  36. Methods:
  37.  - function Execute: boolean; // traditional usage
  38.  
  39.  
  40. LICENSE AGREEMENT:
  41. -----------------
  42.  
  43. This software is provided "as-is," without any express or implied
  44. warranty.  In no event shall the author be held liable for any
  45. damages arising from the use of this software.
  46.  
  47. Permission is granted to anyone to use this component in any freeware
  48. applications, provided that the following conditions are met:
  49.  
  50. 1. You can use this software in your own products, provided you only
  51.    distribute your products in executable (EXE) form. Otherwise, you
  52.    may not include this product in your own components, component
  53.    libraries and/or Delphi packages to distribute to other users
  54.    without an explicit permission from the author. 
  55.  
  56. 2. Please note that this is copyrighted software. You may not
  57.    sublicense, rent, lease, or sell this software. However, you are
  58.    permitted to freely distribute it to other programmers, provided
  59.    you transfer the product only in its original packaged form.
  60.  
  61. In order to get the registered version of this component with full 
  62. source code please contact the author.
  63.  
  64. Serghei Gaivan
  65. http://gaivan.hypermart.net
  66. e-mail: gaivan@mail.md