简单问题:怎样引用Api函数
Posted on 八月 16rd, 2007 由 admin
我是一个初学者,我想使用shellexecute()函数打开一个help.chm帮助文件。
怎样声明api函数呢?最好给一段源代码,包括声明的过程和调用的过程。
推荐阅读
网友:fengyvn
这个函数在shellapi.pas中已经引入,直接调用即可.
但要把shellapi.pas加入uses中.
delphi没定义的api要自己从相应的dll文件中导入.
网友:citytramper
shellexecute(0,open,help.chm,nil,nil,sw_shownormal);
网友:shanlin
是的
.

讨论区