CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 Dephi控件源码 搜索资源 - mouse event

搜索资源列表

  1. alite

    0下载:
  2. AlphaControls lite版本 8.02 漂亮的界面控件-AlphaControls 2013 -------------------- The Library contains skinning tool for Borland Delphi 5..XE3 (x32/x64) and C++ Builder 6..XE3 TABLE OF CONTENTS --------------- Overview Demonstration P
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-06
    • 文件大小:38322176
    • 提供者:zz
  1. DDL_Splitter

    0下载:
  2. 一个带自动还原功能和保存尺寸状态以入可以支持鼠标单击事件的Splitter控件,基于Torry上的一个源码改编.-One with automatic restore function and preserve the size of the state to enter the mouse click event to support the Splitter control, Torry-based adaptation of a source.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:3678
    • 提供者:flyddl
  1. apiMouseMessage

    0下载:
  2. 用delphi的api做得鼠标点击事件测试程序 不用捕获delphi的鼠标点击事件也可以得到 鼠标事件-The api with delphi mouse click event testing procedures do not capture the mouse click events delphi get mouse events
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:191270
    • 提供者:richard
  1. IdleTimer

    0下载:
  2. 检查系统空闲时间的控件,在设定空闲时间自动触发事件,在空闲后有初次键盘鼠标动作触发另一事件,用于做单机版程序空闲安全保护或网络程序在空闲时断开,触发后再次连接-Check the system idle time control, set the idle time in the auto-trigger event, in the spare keyboard and mouse actions after the initial trigger another event, used for
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:5030
    • 提供者:陈先生
  1. Dhotlabel

    0下载:
  2. 有了这个控件,只要在设计对话框时鼠标一点,放置一个THotLabel, 然后设置Caption属性为你的主页地址或EMAIL地址,不用再加一行代码就 实现了超级链接。当然你也可以自己定义Click事件实现其他功能,甚至 可以把THotLabel当作一个特殊的按钮来用,大家自己试试吧。 -With this control, as long as a little mouse in the design of the dialog box, place a THotLabel, t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:41926
    • 提供者:chence
  1. OKImage

    0下载:
  2. OKImage 控件支持鼠标移入移出事件-OKImage control supports mouse moved out of the event
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2514
    • 提供者:lantianhf
  1. Image-InOut

    0下载:
  2. 带鼠标移入移出事件的Image控件,集成移入移出事件-Mouse moved out of the event with an Image control, integrated into out of the event
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:723
    • 提供者:lantianhf
  1. FzImageEx

    0下载:
  2. 扩展图片事件,鼠标进入图片事件和图片离开图片事件-Extended picture event, the mouse into the picture the events and pictures leave the pictures event
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:7186
    • 提供者:
  1. emitrackball

    0下载:
  2. 建立一个四箭头的球,当点击球时,就会触发事件,x,y值的增减取决于您点击球的位置-Height-directions trackball This component creates a graphical ball with four-way arrows. If you click on the ball, an event is triggered with X and Y incremental values depending on where you click on the
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:9976
    • 提供者:秦永久
  1. source

    0下载:
  2. Delphi中带有鼠标轮事件的DBGrid控件的设计与应用-Design and Application of Delphi DBGrid control with the mouse wheel event in
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-20
    • 文件大小:325514
    • 提供者:赖伟
  1. mouseenter

    0下载:
  2. Delphi截获鼠标移开事件MouseLeave事件和MouseEnter事件,鼠标在本窗口上移动时,会告诉你鼠标的移动状态,MouseLeave或MouseEnter。-Delphi intercept mouse events away MouseLeave event and MouseEnter event, move the mouse over the window, will tell you the mouse moving status, MouseLeave or Mouse
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:4913
    • 提供者:lpudn3
  1. OnMouseMove

    0下载:
  2. Delphi:Delphi演示OnMouseMove事件的使用方法,注意,这里的OnMouseMove不是在鼠标移动时触发,而是在按住鼠标左键移动鼠标时触发,可看到FG字符在各个颜色条之间跟随鼠标的移动而移动位置,截图如上所示。 -Delphi: Delphi demo using the method OnMouseMove event of note here OnMouseMove is not triggered when the mouse moves, but when you
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:5482
    • 提供者:I5YOOS5
  1. tk

    0下载:
  2. Delphi:delphi实现窗体内拖拽事件的两种方式,并带有鼠标跟随内容,是窗体内某个内容或文字的拖拽,不是窗体拖拽,两个概念要区分清,拖拽过程中的被拖拽的部分始终跟随鼠标,两种方式的Delphi实现代码,具体效果截图如上示。源码内是一个PAS文件的源码,需要自己编写一个调用实例才能够看出本类的功能。 -Delphi: delphi windows are two ways to achieve the body drag event with a mouse to follow the
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-11
    • 文件大小:1311
    • 提供者:TZICNVA
  1. MouseEnter

    0下载:
  2. Delphi截获鼠标移开事件MouseLeave事件和MouseEnter事件,鼠标在本窗口上移动时,会告诉你鼠标的移动状态,MouseLeave或MouseEnter。-Delphi intercept mouse move events MouseLeave event and MouseEnter, move the mouse in this window, will you tell your mouse movement state, MouseLeave or MouseEnter
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:5291
    • 提供者:liuxing
  1. ExtStringGrid

    0下载:
  2. tringGrid的扩展控件, 在StringGrid的基础上增加了: 分别定义每列属性 支持多层表头、表头斜线 单元格合并、拆分 每个单元格可单独设置字体、颜色、对齐等格式 随意行、列锁定 指定表格背景图片,格线顔色 对每行数据提供状态管理(Modified,Inserted,Deleted,Unmodified) 动态插入、删除行列 支持下拉框,按纽等内嵌编辑器,并能自由扩充 支持列头点击排序, 记录Filter过滤显示 并增加OnEnterCell与OnLeaveCell事件,可得知鼠标光
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-03
    • 文件大小:454656
    • 提供者:xiawen
  1. OnMouseWheel

    0下载:
  2. 为delphi7添加鼠标滚轮事件(原版滚轮无法翻页滚动)-Add the mouse wheel event for Delphi7 (the original roller rolling can not flip)
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-12
    • 文件大小:992
    • 提供者:yelei
  1. DbGridzcshubiaogd

    0下载:
  2. 如何让DbGrid支持鼠标滚轮滚动,在主窗体上加一个ApplicationEvents控件(控件在Additional面板中), 在它的OnMessage事件中加入下述代码,搞定!-How to make the DbGrid support mouse wheel rolling, plus a ApplicationEvents controls in the main form in the Additional panel (control), Add the following
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-04
    • 文件大小:6878
    • 提供者:gan
搜珍网 www.dssz.com