一般要两步,首先确定XLS文件(用打开对话框可以实现),再找到对应的页(作一个循环,再写入一个COMBOBOX)uses Excel97,(ExcelXP,)Excel2000 //注意顺序ExcelXP自动加添加控件: ExcelApplication1: TExcelApplication...
分类:
数据库 时间:
2014-06-20 22:36:44
阅读次数:
335
问题:当 Memo設定為 ReadOnly = True 後, 选取一段文字后,無法有複製的功能。适用:XE6 Android 系统(目前 iOS 还找不到方法)修正方法:请将源码 FMX.Platform.Android.pas复制到自己的工程目录里,再进行修改。找到TWindowManager....
分类:
其他好文 时间:
2014-06-20 20:37:54
阅读次数:
169
VER10:Turbo Pascal 1VER20: Turbo Pascal 2VER30: Turbo Pascal 3VER40: Turbo Pascal 4VER50: Turbo Pascal 5VER60: Turbo Pascal 6VER70: Turbo Pascal 7VER8...
分类:
其他好文 时间:
2014-06-18 23:40:39
阅读次数:
259
delphi的取整函数round、trunc、ceil和floor 首先引入math单元uses math;1.Round(四舍六入五留双)功能说明:对一个实数进行四舍五入。(按照银行家算法) 例:vari, j: Integer;begini := Round(1.5); // i等于2j :=....
分类:
其他好文 时间:
2014-06-18 21:59:23
阅读次数:
261
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;typeTForm1 = class(TForm) Edit1: T...
分类:
其他好文 时间:
2014-06-18 19:14:44
阅读次数:
169
Delphi Cxgrid获取选中行列,排序规则,当前正在编辑的单元格内的值cxGrid1DBTableView1.Controller.FocusedRowIndex 当前行号cxGrid1DBTableView1.Controller.FocusedRow 当前行cxGrid1DBTableVi...
分类:
其他好文 时间:
2014-06-18 12:46:36
阅读次数:
225
http://blog.csdn.net/u011096030/article/details/18716713button 组件:CAPTION 属性 :用于在按钮上显示文本内容Cancel 属性:是否设置成默认的取消按钮,当设置为真的时候(true) 按ESC触发改按钮的事件!Defau...
分类:
其他好文 时间:
2014-06-18 11:05:48
阅读次数:
191
献上代码C++代码,仅供参考。若使用Delphi,请参考文献,http://blogs.embarcadero.com/davidi/2013/12/02/43032/
一定记得要要在FireMonkey哦。否则没有Fmx的库文件在里面。
//--------------------------------------------------------------------------...
分类:
编程语言 时间:
2014-06-17 22:22:56
阅读次数:
392
The following are the Windows API (and former DOS) IO errors, which are also the IO errors often returned by Delphi programs, and which are generally ...
分类:
其他好文 时间:
2014-06-17 15:22:35
阅读次数:
266
百度地图的API说明使用方法第一步,申请密钥(ak),作为访问服务的依据;第二步,按照请求参数说明拼写发送http请求的url,注意需使用第一步申请的ak;第三步,接收返回的数据(json或者xml格式)。注:本接口支持回调。服务地址http://api.map.baidu.com/geoconv/...
分类:
Web程序 时间:
2014-06-17 00:54:09
阅读次数:
488