hash := THashedStringList.create;
hash.addobject('11',Tobject(Iapp));Iapp是Com的一个接口
app := Iapp(hash.objects[0]);这句出错是Incompatible types怎么转