I'm a VB programmer who is making the switch to Delphi.
Can someone help me catch an enter key in a tRichText box?
do I use OnKeyPress,OnKeyDown,OnKeyUp or what?
do I have to verify that the Enter key happened in the rTextBox?
what is the KeyCode for "Enter"? probably the same as VB... but I forgot.
Thanks.