Hi,
I have a standalone form with a menu and i want to acess my custom properties i put in the form but i can`t manage to do a call like
So i need to pass a variable from menu to standalone form!
anyone know how to? except than putting the property as public variable
I have a standalone form with a menu and i want to acess my custom properties i put in the form but i can`t manage to do a call like
Code:
thisform.myProperty = "TEST"
So i need to pass a variable from menu to standalone form!
anyone know how to? except than putting the property as public variable