1.uses ActiveX;

2.

procedure HLCJ.Execute;
begin
    CoInitialize(nil);
    //要使用的控件
    CoUninitialize;
end;

04-14 12:26