引言:
delphi中string类型是个四不像的冬冬,以前有过无数的文章写它的实质,今天看Aimingoo的书关于string类型和PE数据段的那些章节,有点感触就写了些代码测试,深感作者功底之深此外还有一点收获var a1:string=1; a2:string=2;。
摘要:
stdcall pascal cdecl 区别:参数传入stack的顺序有所不同
directive parameter order clean-up passes parameters in registers?register left-to-right routine yespascal left-to-right routine nocdecl right-to-left c......
摘要:
infopower4000 wwgrid控件的一些应用技巧
------摘至infopower4000的帮助文档
叶正盛
2003-12-6
复选框可以设置为单击或双击(缺省)操作
property editcontroloptions: twweditcontroloptions;
description
this proper......
再说Delphi的String类型
delphi中string类型是个四不像的冬冬,以前有过无数的文章写它的实质,
今天看aimingoo的书关于string类型与pe数据段的那些章节,有点感触就写了些代码测试,深感作者功底之深 【程序编程相关:
Delphi7的WebService与数】 【推荐阅读:
浅述Delphi下的OpenGL图形开发】此外还有一点收获 【扩展信息:
Delphi下的OpenGL开发】 var a1:string=1; a2:string=2; ............. a1:=a2; a2:=a1; 全局变量这样之后才真正让引用计数=2 聪明的你肯定知道为什么了^_^
摘要:
急救.再delphi中怎样把数据库中数据导出到文本格式.而且怎样能把文格式的数据导入到数据库中.这里用的是sql server2000 .哪儿位能帮帮忙!(再线等待!)
......