RES: [delphi-br] Problema com Escape key

2007-09-17 Por tôpico Enio - listas
Alguem já passou por isto e poderia ajudar? Em uma aplicação com muitas forms, existem 2 (apenas duas!) em que, se o cursor estiver em alguma TEdit, e for pressionada a tecla Escape, é executada uma rotina que está em um Onclick de um bitbtn. Já cansei de procurar porque e como evitar isto.

RES: [delphi-br] Problema com Escape key

2007-09-17 Por tôpico Vitor Redes
Do Help: Description If Cancel is true, the button’s OnClick event handler executes when the user presses Esc. Although an application can have more than one Cancel button, the form calls the OnClick event handler only for the first visible button in the tab order. É normal em