1,184
社区成员
发帖
与我相关
我的任务
分享var
MyWordOLE:TOleContainer;
IOPO:IOleInPlaceObject;
begin
if MyWordOLE.State in [osUIActive] then
begin
MyWordOLE.OleObjectInterface.QueryInterface(IOleInPlaceObject,IOPO);
IOPO.UIDeactivate;
IOPO :=nil;
end;