怎么才知道TOlecontainer的文档已经关闭了(100分)

  • 主题发起人 主题发起人 LiGen
  • 开始时间 开始时间
L

LiGen

Unregistered / Unconfirmed
GUEST, unregistred user!
我用TOleContainer 显示word ,语法如下:
OlecContainer.CreateLinkToFile('C:/test.doc',False);
OleContainer.DoVerb(0);
1、通过什么方法才知道 word 已经关闭了。
2、怎样知道 test.doc 被修改了。
3、怎样修改 word 标题。


 
1. 用oleContainer.state判断;
2. 用olecontainer.oleObj.application.activeDocument.saved判断;
3. olecontainer.oleObj.application.caption
 
To xuxiaohan:

OlecContainer.CreateLinkToFile('C:/test.doc',False);
OleContainer.DoVerb(0);
OleContainer.OleObject.application.caption :='abc';
提示:
Interface not supported
 
接口不支持,是的,很多接口olecontainer不支持,如果用WordApplication就可以。
 
后退
顶部