Yup, just use 
delete temp.test;

Sandeep

--- In [email protected], "AndrĂ© F. F." <[EMAIL PROTECTED]> wrote:
>
> Hello all.
> 
> in this code:
> 
> var temp:Object = new Object();
> temp.test = "Test";
> 
> if(temp.hasOwnProperty("test"))
>    trace("YES");
> 
> When i create a property that way, Can I remove it from my Object in
such
> way that
> temp.hasOwnProperty("test") returns false ?
> 
> Thanks!
>


Reply via email to