摘要:
delphi中string类型是个四不像的冬冬,以前有过无数的文章写它的实质,今天看aimingoo的书关于string类型和pe数据段的那些章节,有点感触就写了些代码测试,深感作者功底之深此外还有一点收获 var a1:string=1; a2:string=2;。。。。。。。。。。。。。a1:=a2;a2:=a1;全局变量这样之后才真正让引用计数=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......
Delphi使用方法
1.存儲過程動態調用
sp_exec.parameters.clear; 【程序编程相关:
生成GBK码表】 【推荐阅读:
RSS 与 blog 阅读器:什么是 R】 sp_exec.procedurename := sp_transto; 【扩展信息:
浅述Delphi下的OpenGL图形开发】 sp_exec.parameters.createparameter(@mailid, ftstring, pdinput, 50, mailid); sp_exec.parameters.createparameter(@result, ftinteger, pdoutput, 0, rowid); ...
下一页 摘要:
infopower4000 wwgrid控件的一些应用技巧
------摘至infopower4000的帮助文档
叶正盛
2003-12-6
复选框可以设置为单击或双击(缺省)操作
property editcontroloptions: twweditcontroloptions;
description
this proper......