帮助文档的添加方法WinExec(F:\123\456\V2.0\help.chm,sw_normal)//上面WinExec一般要用绝对路径ShellE
帮助文档的添加方法
WinExec('F:\123\456\V2.0\help.chm',sw_normal);//上面WinExec一般要用绝对路径
ShellExecute(handle,nil,pchar('help.chm'),nil,nil,sw_normal);
//使用这个方法时需要引用ShellAPI.pas
帮助文档的添加方法
WinExec('F:\123\456\V2.0\help.chm',sw_normal);//上面WinExec一般要用绝对路径
ShellExecute(handle,nil,pchar('help.chm'),nil,nil,sw_normal);
//使用这个方法时需要引用ShellAPI.pas