RAD-Studio is the package of data-aware components based on common
technologies. It helps you to create your applications faster and you'll 
be able easily update existing projects. RAD-Studio includes the following
controls: TDBGridPro, TDBProdiEdit, TDBProdiText.

RAD-Studio installation
=======================
1. Open "rs40{d6|d5|d4|c5|c4}.{dpk|bpk}" in Delphi/C++ Builder IDE.
2. Choose Project|Options... menu.
3. Choose Project|Compile "rs40{d6|d5|d4|c5|c4}.{dpk|bpk}" menu
4. Open "dclrs40{d6|d5|d4|c5|c4}.{dpk|bpk}".
5. Click on "Install" button. The components will be located in 
   "RAD-Studio" and "RAD-Studio+" tabs.
6. Choose Tools|Environment Options... menu. Click on "Library" tab.
   Add RAD-Studio path to "Library Path" directories.
7. For Delphi 4 users only: please, after compilation place rs40d4.bpl
   to Windows system folder (Windows\System for Win9X or WinNT\System32
   for WinNT based operation system).

Package's naming:

IDE Name	Run-time	Design-time
--------	--------	-----------
Delphi 6	rs40d6.dpk	dclrs40d6.dpk
Delphi 5	rs40d5.dpk	dclrs40d5.dpk
Delphi 4	rs40d4.dpk	dclrs40d4.dpk
C++ Builder 5	rs40c5.bpk	dclrs40c5.bpk
C++ Builder 4	rs40c4.bpk	dclrs40c4.bpk


Deploying RAD-Studio applications
=================================
If you build your application using runtime packages including rs40XX.bpl
you should copy rs40XX.bpl file to the one of the following folders:
* "WINDOWS\" or "WINNT\"
* "WINDOWS\SYSTEM\" or "WINNT\SYSTEM32"
* folder set in PATH environment variable
* folder where (*.exe) file that uses rs40XX.bpl is located.

rs40XX.bpl file is installed to "Delphi/C++Builder path"\Projects\bpl folder
during component installation process.


Vipper Software WEB site
========================
Visit our WEB site to get additional RAD-Studio files (example codes,
localized help files and so on) at www.rad-studio.com

