Buscar por:
Código procedure TForm1.DBGrid1KeyPress(Sender: TObject; var Key: Char); begin if not (Key in ['0'..'9',#8]) then begin Key := UpCase(Key); end; end;
procedure TForm1.DBGrid1KeyPress(Sender: TObject; var Key: Char); begin if not (Key in ['0'..'9',#8]) then begin Key := UpCase(Key); end; end;
Planeta Delphi - www.planetadelphi.com.br - Todos os direitos reservados | Copyright 2001-2009