O QUE TEM DE ERRADO NESTE CÓDIGO?
[b:932301d7f7]ESTOU TENTADO DESABILITAR A TECLA DELETE DO TECLADO MAS NÃO TA FUNCIONANDO.
O CÓDIGO QUE EU ESTOU USANDO É ESSE
procedure TForm1.FormKeyPress(Sender: TObject; var Key: Char);
begin
if key=#46 then
key:=0;
end;
O QUE ELE TEM DE ERRADO?[/b:932301d7f7]
O CÓDIGO QUE EU ESTOU USANDO É ESSE
procedure TForm1.FormKeyPress(Sender: TObject; var Key: Char);
begin
if key=#46 then
key:=0;
end;
O QUE ELE TEM DE ERRADO?[/b:932301d7f7]
Anjomd
Curtidas 0
Respostas
Anonymous
23/02/2003
Você já colocou no Object inspector a propriedada KEYPREVIEW PARA TRUE e o evento não e KeyPress e sim ONKEYDOWN
GOSTEI 0
Dor_poa
23/02/2003
Eu respondi na outra mensagem... mas esqueci do detalhe que nosso amigo Felipe disse:
KEYPREVIEW PARA TRUE
KEYPREVIEW PARA TRUE
GOSTEI 0