<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
El 14/12/2012 05:55 p.m., Martin Gomez escribiĆ³:
<blockquote
cite="mid:CAFGJXk2V41p1A8AO2-oZohmZPigJ172fb3V0VUrt6J1CJm9u3A@mail.gmail.com"
type="cite">
<meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
Paola,
<div> OnEnter significa que el control recibe foco. (OnExit que lo
pierde) </div>
<div> <br>
</div>
<div> Para lograr lo que queres, tenes que usar OnKeyUp y
preguntar si Key = VK_RETURN </div>
<div> <br>
</div>
<div> las constantes de teclado (VK_loquesea) estan en LCLType. </div>
<div> <br>
</div>
<br>
</blockquote>
upsss.. se me chispoteĆ³! :)<br>
muchas gracias por refrescarme esto...!<br>
byeeeeee<br>
<br>
</body>
</html>