当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 星期六编程发现了Borland delphi7的几个错误。
 

 

 ·sqlserver2000的自定义聚合函数    »显示摘要«
    摘要: --和行转列的应用效果差不多了,统计结果中可能会用到--测试表create table test(f1 varchar(10), f2 varchar(10))--插入数据insert into test select jack f1,book1 f2unionselect jack f1,book2 f2unionselect jack f1,book3 f2unionselect mary ......
 ·delphi使用方法    »显示摘要«
    摘要: 1.存儲過程動態調用 sp_exec.parameters.clear; sp_exec.procedurename := sp_transto; sp_exec.parameters.createparameter(@mailid, ftstring, pdinput, 50, mailid); sp_exec.parameters.createparameter(@result, ftint......


Borland delphi7的几个错误
星期六编程发现了borland delphi7的几个错误.

the extracticonex function retrieves the handle of an icon from the specified executable file, dynamic-link library (dll), or icon file. 【程序编程相关:[感悟共享软件]第一章为什么我会开发TC

1 在win32 api中有如下一个函数: 【推荐阅读:delphi中将UCS2编码的字符串转化

hicon extracticonex( 【扩展信息:基于Delphi的组件设计之概念

 

 

    lpcstr lpszfile,  

    int niconindex,   

    hicon far * phiconlarge,  

    hicon far * phiconsmall,  

    uint nicons   

   );      

 

 

parameters

 

lpszfile

 

pointer to a null-terminated string specifying the name of an executable file, dll, or icon file.

 

niconindex

 

specifies the index of the icon to retrieve. if this value is 0, the function returns the handle of the first icon in the specified file. if this value is -1 and phiconlargeand phiconsmall are both null, the function returns the total number of icons in the specified file.

 

phiconlarge

 


...   下一页
 ·再说delphi的string类型    »显示摘要«
    摘要: delphi中string类型是个四不像的冬冬,以前有过无数的文章写它的实质,今天看aimingoo的书关于string类型和pe数据段的那些章节,有点感触就写了些代码测试,深感作者功底之深此外还有一点收获 var a1:string=1; a2:string=2;。。。。。。。。。。。。。a1:=a2;a2:=a1;全局变量这样之后才真正让引用计数=2聪明的你肯定知道为什么了^_^ ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE