S
softwind
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm1.Button1Click(Sender: TObject);
var
WordApplication1: TWordApplication;
begin
WordApplication1.Create(Form1);
WordApplication1.Connect;
WordApplication1.Disconnect;
WordApplication1.Destroy;
end;
一运行WordApplication1.Create(Form1);就出错
var
WordApplication1: TWordApplication;
begin
WordApplication1.Create(Form1);
WordApplication1.Connect;
WordApplication1.Disconnect;
WordApplication1.Destroy;
end;
一运行WordApplication1.Create(Form1);就出错