Re: [delphi-br] Retornar sem Shift TAB, substituir Shift + TAB por seta pra cima

2006-05-21 Por tôpico Allan
hi-br] Retornar sem Shift TAB, substituir Shift + TAB por seta pra cima   if (Key = 38)  then Perform(Wm_NextDlgCtl,1,0);   []   Andrei   Em 19/05/06, Allan <[EMAIL PROTECTED]> escreveu:   >   > Boa tarde colegas,   >    preciso fazer uma rotina genérica para meu form que qdo pr

Re: [delphi-br] Retornar sem Shift TAB, substituir Shift + TAB por seta pra cima

2006-05-19 Por tôpico Andrei Luís
if (Key = 38)  then Perform(Wm_NextDlgCtl,1,0); [] Andrei Em 19/05/06, Allan <[EMAIL PROTECTED]> escreveu: > > Boa tarde colegas, >    preciso fazer uma rotina genérica para meu form que qdo pressionar a > tecla "setinha pra cima" tenha o mesmo efeito de pressionar Shift + Tab, ou > seja, vol

[delphi-br] Retornar sem Shift TAB, substituir Shift + TAB por seta pra cima

2006-05-19 Por tôpico Allan
Boa tarde colegas, preciso fazer uma rotina genérica para meu form que qdo pressionar a tecla "setinha pra cima" tenha o mesmo efeito de pressionar Shift + Tab, ou seja, volta um campo, tentei algo assim no on key dow do objeto: procedure TFOrm1.DbEdit94KeyDown(Sender: TObject; var Key: Wor