TClassicDBEdit Component
                           Version 1.0
               Copyright (c) 1999, Antony Pranata
           (http://www.sharedev.com/valley/antonypr)
           =========================================


TClassicDBEdit is a descendant class of TDBEdit which allows you to
use the "old" DOS editing and navigating key. For example,
you can use Enter as Tab, PgUp to move to the prior record, PgDn
to move to the next record, Up to move to the prior field, Down to
move to the next field, etc. I create this component because I have
to convert my users is more comfortable with "old" DOS key (they do
not like to press Tab after editing a field).

The use of this component is very easy. Just drop the component
to a form, and set its property just like the "standard" TDBEdit
component.

You may use this component in any kind of development, including
shareware and comercial software. However I would appreciate if
you give me a credit in your applications.

You may also distribute the source code of this component FREELY
as this notice is not removed and you may not have any income from
distributing it.


Installation
============
TClassicDBEdit component can be used in Delphi 1, 2, 3, 4 or
C++Builder 1, 3.
If you find any incompatibilities, please let me know.

Delphi 1 or 2
-------------
To install in Delphi 2, follow these instructions:

 - Copy cdbedit.pas to your library directory
   (e.g. Delphi\Lib, CBuilder\Lib, ...).
 - Select Component | Install Components from Delphi IDE
   (or Options | Install Components in Delphi 1).
 - Click Browse button and select cdbedit.pas.
 - Click OK button twice and you're ready to go.
 - As an additional, if you use C++Builder, you must also
   copy cdbedit.hpp to your Include directory
   (e.g. CBuilder\Lib)


Note:
-----
You can find TClassicDBEdit component from Antony tab of the 
Component Palette.


More Delphi Components?
=======================
Please visit my home page at:

  http://www.sharedev.com/valley/antonypr


Comments
========
  If you have any comments or suggestions please send them to the
  following e-mail address:

     antonypr@poboxes.com.


Contact Information
===================
Antony Pranata
Web page: http://www.sharedev.com/valley/antonypr
E-mail: antonypr@poboxes.com