[Gambas-user] calling back to the caller
EA7DFH
ea7dfh at ...2382...
Thu Mar 18 20:45:13 CET 2010
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
More information about the User
mailing list