OEdit12.zip   Ver. 1.2
======================
Four editable components support the keyboard insert/overwrite 
mode, special desiged for Windows Traditional Chinese Version.

----------------------------------------------------------
<Note>
These 4 components are all freeware and please use them at 
your own risk!
----------------------------------------------------------

File List
---------
  ReadMe.txt    The file you are reading now.
  Reg_Edit.pas  Please use this unit to install these 
                4 editable components
  oEdit.pas
  oMemo.pas
  oDBEdit.pas
  oDBMemo.pas

Installation
------------
  1.  Copy the *.pas above file list to a specific Directory,
      e.g. c:\Delphi\MyComp
  2.  Launch the Delphi
  3.1 if Delphi 1: Options | Install Components...
  3.2 if Delphi 2: Component | Install...
  4.  Click 'Add'
  5.  Choose the Reg_Edit.pas via 'Browse' if necessary
  6.  Click 'OK'


Usage
-----
  - Keyboard insert/overwrite mode supported
    These 4 editable components all support the keyboard 
    insert/overwite mode. That is --- if the oEdit1.Text 
    is '12345', and the Caret position is on 2nd, then 
    user press the 'A' ==> oedit.Text become '1A345' if
    the keyboard INSERT key is Taggled that time.

  - TabOnEnter property  (Default: True)
    TOvrEdit and TOvrDbEdit has a New propety named 
    TabOnEnter, if it setted to true, then the UP/Down
    and Enter Key will shift to the focus to another
    component. The default value is True.

  - InsertKeyState property (Runtime and readonly)
    In Runtime, you could get the insert/overwrite mode
    via this property, the passible values returned are:
    iksInsert    : insert mode
    iksOverWrite : overwrite mode

I hope you enjoy it and please let me know your comments 
on these components, Thanks!

regards,
Wolfgang Chien
E-Mail: wolfgang@ms2.hinet.net
1996/8/20
