Olá, no evento OnKeyDown faça:
if (key=vk_delete) then begin if (not (temp.state in [dsedit,dsinsert])) and (not temp.eof) then if confirma('Confirma exclusão deste lançamento ?') then temp.delete; key:=0; end; ----- Original Message ----- From: rzzanatta To: delphi-br@yahoogrupos.com.br Sent: Tuesday, July 08, 2008 9:53 AM Subject: [delphi-br] delete no dbgrid Estou tentando usar só a tecla delete no dbgrid ao inves de control+delete, como faço isso? [As partes desta mensagem que não continham texto foram removidas]