		KeyEdit v1.1
	A freeware component for Delphi 2.0 and 3.0


 This component it's a descendent of TCustomEdit. It has the same functionality of
TEdit, but instead of filling the text property with the characters you type, it
assigns to the text property the name of the last key you pressed. The name of the
key depends on the language Windows is configured for.

 There are two additional properties to identify each unique key: VirtualKeyCode
and ExtendedKey. Use them both to read or write a key identification.

 If you have any doubts about the component operation just take a look on the
source code, that is provided.

 Any suggestions, comments and questions are welcome.


author:
	Carlos Barbosa
	email: cbarbosa@kagi.com
	Home Page: http://www.digiserve.com/cmab

	Copyright 1996, 1997 Carlos Barbosa
		