2009年8月9日日曜日

SetFormKeyPress

if Key = #13 then RMT AION
begin リネージュ2 RMT
if IsAllowSetFocus(oForm) then
begin
Key :=#0;
SendMessage(oForm.Handle,WM_NEXTDLGCTL,0,0);
end;
end;