var
 OIDArray :variant;
begin
 OIDArray :=createOleObject('');
end;
 现在我创建了一个对象,我怎么知道对象OIDArray的地址呢?