Forum Discussion

pashooo's avatar
pashooo
Contributor
14 years ago

how to verify that object doesnt exist

In my project I need to verify that project doesnt appear after some action. I tried 2 methods: aqObject.CheckProperty(ser_popup, "Exists", cmpEqual, false); if(ser_popup.Exist==true)log.mes...