Re: [Gambas-user] EXPORT and INHERITANCE
On jeudi 25 septembre 2008, Kari Laine wrote: > Hi, > > still learning gb.form > What conceptual difference has the following > > FileView > > INHERITS UserControl > EXPORT > > > DirView > > EXPORT > INHERITS Use
[Gambas-user] EXPORT and INHERITANCE
Hi, still learning gb.form What conceptual difference has the following FileView INHERITS UserControl EXPORT DirView EXPORT INHERITS UserControl I noticed that _new is not called