terça-feira, 10 de novembro de 2009

Como trocar enter por tab

{TForm1.FormKeyPress}
if key= #13 then
begin
Perform (CM_DialogKey, VK_TAB, 0);
key:=#0;
end;

Nenhum comentário:

Postar um comentário