2019年8月21日

Delphi 窗体函数GetWindowRect 取窗口矩形坐标

摘要: GetWindowRect,用于取窗口矩形坐标。返回值类型:布尔型(LongBool)。执行成功返回真(True),否则返回假(False);参数1类型:整数型(HWND),目标窗口的窗口句柄;参数2类型:坐标结构(RECT),目标窗口的坐标结构地址。在Windows SDK中的函数原型:BOOL 阅读全文

posted @ 2019-08-21 09:41 滔Roy 阅读(1378) 评论(0) 推荐(0) 编辑

delphi 窗体的位置和高宽度-TForm:Letf、Top、Width、Height、ClientWidth、ClientHeight - 窗体区域:BoundsRect 、 GetWindowRect、ClientRect 、GetClientRect

摘要: delphi 窗体的位置和高宽度-TForm:Letf、Top、Width、Height、ClientWidth、ClientHeight [窗体的高度和宽度]: [客户区的高度和宽度]: [窗体在屏幕中的位置]: 2020.02.15 补充4个属性: BoundsRect / GetWindowR 阅读全文

posted @ 2019-08-21 09:21 滔Roy 阅读(1471) 评论(0) 推荐(0) 编辑

Delphi 鼠标控制函数GetCursorPos、SetCursorPos

摘要: GetCursorPos函数 获取鼠标的位置 SetCursorPos函数 设置鼠标的位置 mouse_event,用于模拟鼠标动作。无返回值。参数1类型:整数型(Integer),鼠标动作标识;参数2类型:整数型(Integer),鼠标动作的水平坐标X;参数3类型:整数型(Integer),鼠标动 阅读全文

posted @ 2019-08-21 08:52 滔Roy 阅读(2327) 评论(0) 推荐(0) 编辑

导航