2009年8月8日土曜日

G_DoFormEnterKey

procedure G_DoFormEnterKey(Form: TForm; var EnterKey: Word); RMT 携帯
begin ナイトオンライン RMT
case EnterKey of
VK_DOWN, VK_RETURN:
G_MoveFocus(Form, EnterKey, EnterKey);
VK_UP:
G_MoveFocus(Form, EnterKey, EnterKey, G_PREV_FOCUS);
end;
end;

0 件のコメント:

コメントを投稿