![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#2
|
|||
|
|||
|
Hola Cronos, el código siguiente responde a tu pregunta:
Código:
if Key = #13 then { if it's an enter key }
begin
Key := #0; { eat enter key }
Perform(WM_NEXTDLGCTL, 0, 0); { move to next control }
end
Debes colocarlo en el evento OnKeypress de un control y asociarle el mismo evento de todos los demás controles. Saludos |
|
|
|