今天第一次主要到Delphi也有goto语法,特别是其奇怪的label声明。估计主要是用来跳出多重循环,而且还真有人使用这种方式。记个笔记:procedure TForm1.btn3Click(Sender: TObject);var I, J: Integer;label label1...
分类:
其他好文 时间:
2014-06-28 14:29:04
阅读次数:
225
一般要两步,首先确定XLS文件(用打开对话框可以实现),再找到对应的页(作一个循环,再写入一个COMBOBOX)uses Excel97,(ExcelXP,)Excel2000 //注意顺序ExcelXP自动加添加控件: ExcelApplication1: TExcelApplication...
分类:
数据库 时间:
2014-06-20 22:36:44
阅读次数:
335
QuickReport 是一个100% 用Delphi 代码编写的分栏报表生成器控件,它可与Delphi 和C++Builder 完美整合,并且Delphi/C++Builder IDE 中使用表单设计器作为报表设计器来设计报表。具体功能:报表设计:QuickReport 是一个用Delphi 编写...
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