Charlie Reinl escribió: > Salut, > > is it possible to run from a (gambas2) component, a Sub/Function of the > component using the 'parent' program? > > Something parent.NewsFromMyComponent(TRUE) like I would do with public > elements on a form: MyForm.NewsFromTheSecondForm(Me.Width)
Do you mean using a method of an inherited class in a component? If so, you can use the "SUPER" keyword. Regards, Jesus ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
