文件名称:Delphi操作Word文档
介绍说明--下载内容均来自于网络,请自行研究使用
此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end-this code can be achieved using the following functions wordappalication components, the following code at the start Word with the following code : begin try Wordapplication.Connect except MessageDlg ( 'Word may not be installed', mtError, [mbOk], 0) Abort end Wordapplication.Visible : = True WordApplication.Caption : = 'Delphi automation' end
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 530186delphi操作word文档.rar 列表 delphifans.com.nfo Project1.cfg Project1.dpr Project1.exe Project1.res Unit1.dfm Unit1.pas autoimpl.pas