2009年7月10日金曜日

SetFormKeyPress

if Key = #13 then //aion
begin
if IsAllowSetFocus(oForm) then
begin
Key :=#0;
SendMessage(oForm.Handle,WM_NEXTDLGCTL,0,0);
end;
end;

0 件のコメント:

コメントを投稿