Limit characters in TEdit


2007-10-26 12:48:42 PM
cppbuilder106
How do I limit what characters can be typed into a textbox (TEdit) such as
only numbers and letters?
I know I can use the KeyPress Event, but is there a function for checking to
see if the key pressed is a number or character?
I also want to convert lowercase letters to uppercase.
Thanks