            ------------------------------------
            --   Useful "lotion" for Delphi   --
            --     Delphi  --
            ------------------------------------

Author:     Sergey Roschin
Home:       http://roschinspb.narod.ru/develop.html
E-mail:     roschinspb@mail.ru


Source code components are located in the Source.

Installing and removing packages can be automatically installed in
all versions of Delphi (5-2010).
Moreover, all versions of Delphi must be closed!
To automatically install the packages run the application SetupComponent.exe.
To automatically remove packages, run the batch file Uninstall.bat. 

The manual installation should consistently install packages 
1. ControlsCepEx.dpk (components) 
2. EditorsCepEx.dpk (property editors) 
3. ExspertCep.dpk (expert "paste special") 

Depending on which version to look for packages in the following folders: 
Version    Folder 
5          Packages5 
6-7        Packages7 
8          - 
9-11       Packages9 
12-14      Packages12 



The source code of demonstration programs are located in the Demo.

You can compile the demo programs without installing components.
Project files (dpr) clearly indicated the path to the modules (pas).
In the Source folder are common to all versions, modules.
Folders PackagesXX are specific to different versions, modules.
Depending on what version of Delphi you are running, you must 
change the path to the specific modules (see table above).