Fórum Perform #155617
25/04/2003
0
Bom dia a todos........
Sera que alguem poderia me dizer se tem outra função que possa subtituir o perform?
Pois eu estou trabalhando em CLX, e nesse o Perform nao funciona........
Sera que alguem poderia me dizer se tem outra função que possa subtituir o perform?
Pois eu estou trabalhando em CLX, e nesse o Perform nao funciona........
Raphael Oliveira
Curtir tópico
+ 0
Responder
Posts
25/04/2003
Marcelo.c
Se a finalidade é substituir Tab por Enter, tente:
if Key = #13 then begin
SelectNext(Sender as [b:c58452eaae]tWidgetControl[/b:c58452eaae], True, True);
Key := 0;
end;
if Key = #13 then begin
SelectNext(Sender as [b:c58452eaae]tWidgetControl[/b:c58452eaae], True, True);
Key := 0;
end;
Responder
Gostei + 0
25/04/2003
Raphael Oliveira
Naum é pra substituir Tab por enter naum, é pra outra finalidade, alguém ai sabe me explicar?
Responder
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)