常规参数
文章标题:
权重:
文章摘要:
procedure TForm1.Edit1KeyDown(Sender: TObject; var Key: Word;Shift: TShiftState);beginif Key = VK_F8 thenSendMessage(Memo1.Handle, { HWND of the Memo Control }WM_VSCROLL, { Windows Message }SB_PAGEDOWN, { Scroll Command }0) { Not Used }else if Key =
关键字:
滚动 自动 Control WM_VSCROLL Memo the HWND Windows
管理密码: