求救!怎样在按扭事件中读取当前缓冲区的内容。急!

解决方案 »

  1.   

    Computer,是把计算机的缓冲区中的内容读出来,如何实现。
      

  2.   

    用函数Clipboard返回一个TClipboard对象
    Clipboard().GetTextBuf
    function GetTextBuf(Buffer: PChar; BufSize: Integer): Integer;
      

  3.   

    用函数Clipboard返回一个TClipboard对象
    Clipboard().GetTextBuf
    function GetTextBuf(Buffer: PChar; BufSize: Integer): Integer;
    能不能再具体些,函数Clipboard是自己定义吗还是系统,怎么样定义呀
    函数GetTextBuf 是的具体定义内容是什么呀。能不能帮忙写个例子。万分感谢!