[Gambas-user] What happens on a form close event
richard terry
rterry at ...1946...
Mon Aug 31 12:40:06 CEST 2009
I was just doing some work where I wanted to get access to the tag:
me.parent.parent
and found that though, at the start of loading the form that it exists
(obviously) but that as soon as Form_close() is called that whearas the object
me still exists until the form actually is destroyed, that me.parent = null.
(hence no parent.parent)
Can anyone explain the closing sequence, and can one get to the bit of data I
want, from within form_close but before thet data is destroyed?
Regards
Richard
More information about the User
mailing list