Installation of TAdvSpreadGrid
------------------------------

-Delphi 3,4,5,6 

 Open the file ASPDx.DPK, compile and install the package.

-C++Builder 3,4,5

 Open the file ASPCx.BPK, compile and install the package.


Installing online help
----------------------
 In the Delphi or C++Builder help menu, choose Customize
 Add the appropriate .HLP and .CNT file to the list of help files
 and save.
 For Delphi 6, put the .ALS files in the {$DELPHI}\Help directory.


Upgrading from previous version
-------------------------------
As new properties have been added, some properties have changed, follow
these steps for a trouble free upgrade :

 1) Uninstall TAdvSpreadGrid

    -Delphi 3,4,5,6

     In the Component Menu, Install packages and remove the package
     in which TAdvSpreadGrid is located.

   - C++Builder 3,4,5

     In the Component Menu, Install packages and remove the package
     in which TAdvSpreadGrid is located.

 2) Remove all files related to TAdvSpreadGrid on your HD.
    Sometimes, several copies of a previous version exist and confuse
    the environment

 3) Install the new version

 4) If any projects have been created with a previous version of
    TAdvSpreadGrid, open these projects and open ALL forms in which
    the grid has been used. While opening the forms, ignore all errors
    related to properties of TAdvSpreadGrid. Save and close all these
    forms and only then recompile the application.
