[Gambas-user] Form.Show by name as string of form

sfdadds sammy_dadds at ...43...
Tue Apr 29 16:50:11 CEST 2014


' As the class is specified by name, only exported classes can be
instanciated.
' could try dynamic load of a form by name
hButton = Object.New("Button", [hParent])
'has exactly the same effect as:
hButton = NEW Button(hParent)




--
View this message in context: http://gambas.8142.n7.nabble.com/Form-Show-by-name-as-string-of-form-tp46270p46300.html
Sent from the gambas-user mailing list archive at Nabble.com.




More information about the User mailing list