Well spotted!
.removeobject()  doesn't help - but:

_screen.AddProperty('count')
?_screen.count  &&  .F.
_screen.count=3.1415926
?_screen.count  &&  3.1415926
_screen.RemoveObject('count')  && Error (COUNT not found)
REMOVEPROPERTY(_screen,'count')
?_screen.count  && Property COUNT is not found

.... but nil points to Foxpro for consistency: properties added with ADDPROPERTY() **or <object>.addproperty()** can be removed with REMOVEPROPERTY()

On 15/04/2015 11:17, Jean MAURICE wrote:
There is NO un_Addproperty but you can find a function named REMOVEPROPERTY() ;-)
There is also a method named .removeobject()

The Foxil


[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to