08 2014 档案

摘要:XLSReadWrite控件简介: 一个你需要的,能在Delphi和.NET下访问Excel文件的完美解决方案。 一个经典的读写Excel的控件,对于使用Excel 开发很有帮助官方网站:http://www.axolot.com/components/index.htm功能描述 About F... 阅读全文
posted @ 2014-08-24 21:37 happyhills 阅读(1296) 评论(0) 推荐(0)
摘要:unit Main;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, XLSReadWriteII4, XLSFonts4, Ce... 阅读全文
posted @ 2014-08-24 21:33 happyhills 阅读(1670) 评论(0) 推荐(0)
摘要:unit OpExcell; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, XLSReadWriteII2, QFileCt... 阅读全文
posted @ 2014-08-24 18:13 happyhills 阅读(1002) 评论(0) 推荐(0)
摘要:如何使用XlsReadWriteII在Delphi中读取Excel文件 XLSReadWriteII v5.20.01a for Delphi XE5 x32下载地址:http://download.csdn.net/detail/wozengcong/6878409XLSReadWriteII v... 阅读全文
posted @ 2014-08-24 18:09 happyhills 阅读(1192) 评论(0) 推荐(0)
摘要:最近DELPHI好像不太景气哦,把自己的代码拿出来晒晒。高手别喷哦。直接上代码implementationuses AdoConEd;var saveconnstr:string;procedure TFsetup.BTAUTOClick(Sender: TObject);var tmpF:TCo... 阅读全文
posted @ 2014-08-07 17:23 happyhills 阅读(824) 评论(3) 推荐(0)
摘要:配置:MACOSX10.9.3 +XCODE5.1 + VBOX + WINXP + DELPHI XE 5UP2配置步骤从略。1.选择firemonkey desktop application 选择HD高清模式。2.添加OSX平台,写点代码放一个BUTTON添加事件。还是最俗的HELLO XXX... 阅读全文
posted @ 2014-08-06 21:42 happyhills 阅读(1143) 评论(0) 推荐(1)
摘要:Calling ShowModal as an Anonymous Method on All Platformsprocedure THeaderFooterForm.btnPickClick(Sender: TObject);var dlg: TForm1;begin dlg := TFor... 阅读全文
posted @ 2014-08-05 21:58 happyhills 阅读(763) 评论(0) 推荐(0)