WebColorDialog (Delphi 5/6) Initial Release 1.0.0, July 12, 2001 Copyright (c) 2001 by Serghei Gaivan http://gaivan.hypermart.net e-mail: gaivan@mail.md INTRODUCTION: ------------ Native Delphi 5/6 component representing a dialog box to choose color from hexagonal web adaptive palette as well as pick up color from any of running windows. INSTALLATION: ------------ From Delphi 5/6 IDE choose Component|Install Component and select "WebColorDialogReg.pas". By default component is being installed on "Dialogs" page. USAGE: ----- Published properties of the component: - Color: TColor; // Choosen color - WebColor: string; // HTML-formatted value #RRGGBB or RGB(r,g,b) {depends on ColorScheme property value} - ColorScheme: (scHex,scRGB); // mode for WebColor value - Position: TPosition; - PosX: integer; // applicaple for Position=poDesigned - PosY: integer; // applicaple for Position=poDesigned Events: - OnShow; - OnClose; - OnApply; // occurs when user press Apply button Methods: - function Execute: boolean; // traditional usage LICENSE AGREEMENT: ----------------- This software is provided "as-is," without any express or implied warranty. In no event shall the author be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this component in any freeware applications, provided that the following conditions are met: 1. You can use this software in your own products, provided you only distribute your products in executable (EXE) form. Otherwise, you may not include this product in your own components, component libraries and/or Delphi packages to distribute to other users without an explicit permission from the author. 2. Please note that this is copyrighted software. You may not sublicense, rent, lease, or sell this software. However, you are permitted to freely distribute it to other programmers, provided you transfer the product only in its original packaged form. In order to get the registered version of this component with full source code please contact the author. Serghei Gaivan http://gaivan.hypermart.net e-mail: gaivan@mail.md