上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 75 下一页

2016年9月5日

Delphi异形窗口之PNG

摘要: 1 //1.单元内容 2 unit UnitAlienForm; 3 interface 4 uses 5 Windows, Forms, Classes, Graphics; 6 //从文件加载PNG 7 procedure AlienForm_PNGFromFile(AForm : TForm; AFileName : String); 8 //从资源加载PNG ... 阅读全文

posted @ 2016-09-05 17:32 疯狂delphi 阅读(2155) 评论(0) 推荐(0) 编辑

WebBrowser实现编辑网页

摘要: 1 //1.显示网页 2 procedure TForm2.FormCreate(Sender: TObject); 3 begin 4 Panel1.Align := alTop; 5 CheckBox1.Anchors := [akTop, akRight]; 6 Button1.Anchors := CheckBox1.Anchors; 7 CheckBox1... 阅读全文

posted @ 2016-09-05 17:29 疯狂delphi 阅读(1420) 评论(0) 推荐(0) 编辑

父子窗体滚动条支持鼠标滚轮移动

摘要: 1 //作者: 415799952 追寻 2 // 513187410 疯狂→delphi 3 // 1746539685 dnyy 4 5 6 //1.设置哪个方向移动 7 procedure TForm1.BitBtn2Click(Sender: TObject); 8 begin 9 if bitbt... 阅读全文

posted @ 2016-09-05 17:25 疯狂delphi 阅读(1099) 评论(0) 推荐(0) 编辑

2016年8月15日

Com进程通信(Delphi2007)

摘要: 相关资料: 1.http://my.oschina.net/u/582827/blog/2847662.http://www.cnblogs.com/findumars/p/5277561.html3.http://www.360doc.com/content/12/1208/18/9200790_ 阅读全文

posted @ 2016-08-15 14:53 疯狂delphi 阅读(1390) 评论(0) 推荐(0) 编辑

2016年8月5日

Android实例-Delphi开发蓝牙官方实例解析(XE10+小米2+小米5)

摘要: 相关资料:1.http://blog.csdn.net/laorenshen/article/details/411498032.http://www.cnblogs.com/findumars/p/5149128.html 一、理清概念1.蓝牙设备:是指代有蓝牙通信的手机、电脑、平板、打印机、耳机 阅读全文

posted @ 2016-08-05 16:29 疯狂delphi 阅读(2650) 评论(0) 推荐(0) 编辑

2016年8月3日

教程-Close、Halt、terminate、ExitProcess的区别

摘要: Close:1.只关闭本窗体2.当Close是一个主窗体时,程序会退出。3.Close会发生FormClose事件,FormCloseQuery事件4.主窗体close以后程序就Application.Terminate了5.子窗体close以后。没释放,还可以Show出来。6.也是说主窗口的Clo 阅读全文

posted @ 2016-08-03 18:17 疯狂delphi 阅读(2027) 评论(0) 推荐(0) 编辑

2016年7月11日

各国特种部队名称

摘要: 美国:绿色贝雷帽、海豹突击队(SEAL)、“三角洲”突击队、“棕水”海军特种部队、游骑兵、SWAT(意为特殊武器与战术、虽 是一只警察特种部队俄罗斯:阿尔法(国内)、“信号旗”特种支队(国外)、猎手、内务部队、微型克格勃、法国:法国国家宪兵干预队(GIGN)、红色贝雷帽、海军突击队、黑衣人突击队、外 阅读全文

posted @ 2016-07-11 18:40 疯狂delphi 阅读(7672) 评论(0) 推荐(0) 编辑

2016年6月30日

问题-Delphi2007跟踪变量时提示“E2171 Variable 'APolygon' inaccessible here due to optimization”

摘要: 问题现象:Delphi2007跟踪变量时提示“E2171 Variable 'APolygon' inaccessible here due to optimization” 。 问题原因:可能是因为Delphi优化。 问题处理: 方法1:工程->右击->Opitons->Compiler->Cod 阅读全文

posted @ 2016-06-30 19:30 疯狂delphi 阅读(745) 评论(0) 推荐(0) 编辑

2016年6月23日

问题-Delphi7中JSON遍历节点不支持使用IN处理方法?

摘要: 相关资料:http://www.cnblogs.com/del/archive/2009/10/23/1588690.html 问题现象:在高版本中可以使用IN处理JSON的节点循环问题,可是发现D7不支持。 问题处理: Delphi2007源代码: 1 procedure TForm1.Butto 阅读全文

posted @ 2016-06-23 20:55 疯狂delphi 阅读(1733) 评论(0) 推荐(0) 编辑

2016年6月13日

问题-FireDAC连接Sqlite3提示“unable to open database file”

摘要: 相关资料:http://www.dfwlt.com/forum.php?mod=viewthread&tid=1497&extra= 问题现象:FireDAC连接Sqlite3在开发电脑上没有问题,但将程序放在XP上就提示“unable to open database file”(后来发现别的WI 阅读全文

posted @ 2016-06-13 13:39 疯狂delphi 阅读(2389) 评论(0) 推荐(1) 编辑

上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 75 下一页

导航