Perform

Delphi

25/04/2003

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........


Raphael Oliveira

Raphael Oliveira

Curtidas 0

Respostas

Marcelo.c

Marcelo.c

25/04/2003

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;


GOSTEI 0
Raphael Oliveira

Raphael Oliveira

25/04/2003

Naum é pra substituir Tab por enter naum, é pra outra finalidade, alguém ai sabe me explicar?


GOSTEI 0
POSTAR