DBScroll for Delphi 2 & 3 and Borland C++Builder 
================================================

DBScroll v1.1b is a replacement and enhancement for Delphis DBGrid.
It's a fast, flicker-free and flexible database grid. All used
columns (up to 15) are always on the display. If a user enlarges
one column, other columns are resized automatically to exactly fit
in the control. A horizontal scrollbar becomes needless.
DBScroll can display multiple text lines per row. Row height and
column width can be changed with the mouse. It displays the contents 
of memo database fields. Rich formatted text (RTF), saved in memo 
fields, is automatically decoded and shown as Ansi-Text. With the 
component it's easy to switch between the indices of the connected 
table by clicking into the header. A special header font indicates 
the currently used index. Give individual rows and cells a specific 
color or text by using events OnCellSetColor and OnCellSetText. 
DBScroll gives you better support for Drag & Drop, it has a Sel-
(ection)Field below the grid which shows the text of the currently 
selected cell or row like a statusline and has a built in SearchBox 
for incremental search in the table. All mouse events (OnClick, 
OnMouseDown, OnMouseMove, OnMouseUp) are available and published.


Installation
============

Installation in Delphi 2
========================
1. Copy files DBSCROLL.DC2, REGDBSCR.DCR, REGDBSCR.DFM and 
REGDBSCR.PAS into a directory, where your components reside, for 
instance C:\Programs\Delphi2\Lib
  
2. Open this component directory with Explorer or a File Manager 
and rename file DBSCROLL.DC2 to DBSCROLL.DCU .
  
3. From the Delphi menu select Component | Install ...
  
4. Press the Add button, and select the path and filename of 
REGDBSCR.PAS.

5. Back on the Install Components screen press OK.
  
If installation succeeds you should see DBScroll appear on palette 
PrxService. If you have any difficulty installing the component 
refer to the Delphi 2 Help system.
  
  
Installation in Delphi 3
========================
1. Copy files DBSCROLL.DCU, REGDBSCR.DCR, REGDBSCR.DFM and
REGDBSCR.PAS into a directory, where your components reside, for 
instance C:\Programs\Delphi3\Lib
  
2. From the Delphi menu select Component | Install Component...
  
3. Click Button "Browse..." beside "Unit file name" and select the
path and filename of REGDBSCR.PAS.
  
4. Back on the Install Components screen select an existing package
in "Package file name" and press "OK" button.

5. Confirm the rebuild dialog. Delphi compiles and adds DBScroll to
the component library. When installation is complete you should see
DBScroll appear on palette PrxService. 
     
If you have any difficulty installing the component refer to the
Delphi 3 help system.
  
  
Installation in Borland C++Builder
==================================
1. Copy files DBSCROLL.BCB, DBSCROLL.OBJ, REGDBSCR.DCR, REGDBSCR.DFM
and REGDBSCR.PAS into the Lib directory of C++Builder, for instance
C:\Programs\Borland\CBuilder\Lib\Obj
  
2. Open this Lib directory with Explorer or a File Manager and rename
file DBSCROLL.BCB to DBSCROLL.DCU .
  
3. Copy files DBSCROLL.HPP and REGDBSCR.HPP into C++Builder Include
directory, for instance C:\Programs\Borland\CBuilder\Include\VCL

4. From the Borland C++Builder menu select Component | Install ...
  
5. Press the Add button and select the path and filename of your
REGDBSCR.PAS file. In the browse dialog pull down the 'Files of Type'
combo box at the bottom and select file type (*.PAS). Back on the
Install Components screen press OK.

If installation succeeds you should see DBScroll appear on palette
PrxService. If you have any difficulty installing the component refer
to the Borland C++Builder help system.



State: Shareware


To read more about DBScroll double click file DBScroll.hlp in 
subdirectory Docu.


Author: Jan - Michael Strube, PraxisService        
e-mail: 100333.2744@compuserve.com
WWW: http://ourworld.compuserve.com/homepages/praxisservice/
