Ver Mensaje Individual
  #2  
Antiguo 08-06-2006
Avatar de bellota
bellota bellota is offline
Miembro
 
Registrado: may 2006
Ubicación: Santiago de Chile
Posts: 26
Reputación: 0
bellota Va por buen camino
Alto, Alto, Alto!!!!.... alguien acaba de consultar lo mismo que yo y ya dió la solución

Código Delphi [-]
procedure KeyPress(Sender: TObject; var Key: Char);
begin
  if not(Key in ['A'..'Z', 'a'..'z', #9, #8]) then
    key := #0;

end;

Última edición por bellota fecha: 08-06-2006 a las 21:11:15.
Responder Con Cita