To see how pointers work, look at the following example.1 var2 X, Y: Integer; // X and Y are Integer variables3 P: ^Integer; // P points to an Intege....
分类:
其他好文 时间:
2014-08-08 01:47:55
阅读次数:
304
一、流式对象(Stream)和读写对象(Filer)的介绍在面向对象程序设计中,对象式数据管理占有很重要的地位。在Delphi中,对对象式数据管理的支持方式是其一大特色。 Delphi是一个面向对象的可视化设计与面向对象的语言相结合的集成开发环境。Delphi的核心是组件。组件是对象的一种。Delp...
分类:
其他好文 时间:
2014-08-08 01:47:05
阅读次数:
365
目 录===============================================================================⊙ GetTypeData 函数⊙ GetPropInfo 函数⊙ FindPropInfo 函数⊙ GetPropInfos 函数⊙ ...
分类:
其他好文 时间:
2014-08-08 01:42:21
阅读次数:
349
目 录===============================================================================⊙ DFM 文件与持续机制(persistent)⊙ ReadComponentResFile / WriteComponentResF...
分类:
其他好文 时间:
2014-08-08 01:40:55
阅读次数:
294
来自:http://blog.csdn.net/zhdwjie/article/details/1490741-------------------------------------------------------------------从99年学习delphi开始,我就被它的快速开发迷上了,...
分类:
其他好文 时间:
2014-08-07 18:18:51
阅读次数:
284
toDelphi7
===========
1.Unzipfilesfrom"Delphi7"directoryandcopythemto"Delphi7\Lib".
2.StartDelphi7IDE.
3.Open"AutoUpgraderProD7.dpk"file.
4.Installpackagetothecomponentspalette("Install"button).利用auAutoUpgrader实现自动升级在UtiMnid组件下,利用auAutoUpgrad..
分类:
其他好文 时间:
2014-08-07 13:29:52
阅读次数:
454
配置:MACOSX10.9.3 +XCODE5.1 + VBOX + WINXP + DELPHI XE 5UP2配置步骤从略。1.选择firemonkey desktop application 选择HD高清模式。2.添加OSX平台,写点代码放一个BUTTON添加事件。还是最俗的HELLO XXX...
分类:
其他好文 时间:
2014-08-07 00:14:26
阅读次数:
313
原文地址:Delphi常用类型及定义单元作者:沧海一声笑Delphi常用类型及定义单元-总结sndplaysoundmmsystemTypeUnitDateSysUtilsDeleteFileSysUtils or Windows (different versions)DispatchInvoke...
分类:
其他好文 时间:
2014-08-06 18:19:21
阅读次数:
574
Delphi取UTC时间秒自格林威治标准时间1970年1月1日00:00:00 至现在经过多少秒数时间模块Uses DateUtils;当前时间:中国是 +8时区,换成UTC 就要减掉8小时showMessage(inttostr(DateTimeToUnix(now())-28800));参考:h...
分类:
其他好文 时间:
2014-08-06 17:56:11
阅读次数:
452
Calling ShowModal as an Anonymous Method on All Platformsprocedure THeaderFooterForm.btnPickClick(Sender: TObject);var dlg: TForm1;begin dlg := TFor.....
分类:
其他好文 时间:
2014-08-06 01:19:51
阅读次数:
227