我在delphi6里面,想倒入类库microsoft office web component 9.0(version 1.0),但是在编译的时候,出现如下错误提示
[Error] OWC_TLB.pas(8492): Cannot read a write-only property
function TPivotTable.Get_DataSource: DataSource;
begin
    Result := DefaultInterface.DataSource;
end;
[Error] OWC_TLB.pas(8526): Undeclared identifier: 'Connection'
function TPivotTable.Get_Connection: Connection;
begin
    Result := DefaultInterface.Connection;
end;
不知道第一个为什么会报错,谁能帮忙解决一下,谢谢。