效果如图,支持普通、移上去、按下、弹起、禁用5种状态。 unit BmpBtn; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TButt Read More
posted @ 2017-04-14 22:14 findumars Views(2485) Comments(0) Diggs(0)
发送数据时有Sendln,SendBuf,SendStream。接收数据时有Receiveln,ReceiveBuf,当时我很奇怪为什么没有ReceiveStream。因为很自然的想到是对应关系的。但当时我不知道,发数据时是一小段一小段地发的 看看SendStream代码: [delphi] vie Read More
posted @ 2017-04-14 22:13 findumars Views(854) Comments(0) Diggs(0)
delphi2010是delphi所有版本的分水岭,其中2010—xe10.2之间版本上的代码都有比较好的兼容性,基本上都能直接进行编译,不需要过多修改,但d7距d2010跨度4个版本以上,新版本除了增加新功能函数外,对原有的vcl控件也进行了优化和增强,并且支持64位、跨平台开发、多语言、直接支持 Read More
posted @ 2017-04-14 21:29 findumars Views(1053) Comments(0) Diggs(0)
posted @ 2017-04-14 21:20 findumars Views(956) Comments(0) Diggs(0)
编者按:本文来自微信公众号“商学院毕业的程序员”,通过自学编程成为一家大型上市公司的资深软件工程师。 我是我,一个因兴趣入行的商学院毕业的程序员。最近有不少人,来问我,想学编程,但是又不知怎么开始。所以,我想把我8年前影响我一生的10天自学编程的经历,毫无保留的分享出来。 如果看到这标题,会让你觉得 Read More
posted @ 2017-04-14 20:54 findumars Views(7047) Comments(0) Diggs(1)