Re: [Gambas-user] Class destructor

2010-11-16 Thread Ricardo Díaz Martín
Thanks a lot, Fabien 2010/11/16 Fabien Bodard > Just > > Public sub _free() > > end > > and at the same level that _init > > public sub _exit() > > > > -- > Fabien Bodard > > > -- > Beautiful is writing same markup. Int

Re: [Gambas-user] Class destructor

2010-11-16 Thread Fabien Bodard
Just Public sub _free() end and at the same level that _init public sub _exit() -- Fabien Bodard -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, a

[Gambas-user] Class destructor

2010-11-16 Thread Ricardo Díaz Martín
Hi, Is possible in gambas3 set a sub that will be fire when you set the object = null? I got a gambas class for loading big quantity of data in a gridview in dynamic mode (using the Data event). In this class, I got some "New" sentences that be manually cleaned by a public sub. I want to simply s