procedure TForm1.Button1Click(Sender: TObject);
begin
DS := 'Provider=MSOLAP.1;Data Source=localhost;'+
       'Initial Catalog=FoodMart 2000';
 FillTreeView(DS);
end;
我在调试上面这段小程序的时候,程序一运行到FillTreeView(DS),就会出现;"Count not convert variant of type (olestr) into type(dispatch)",
 请问如何更改?