Is it possible to pass parameters when get a property from a widget?
Posted: Tue Apr 06, 2021 5:06 pm
				
				In liveCode Script we can work with the custom properties of the form.
Using getProp we can get the value of pParam.
 Now my question is.
Is it possible to do this in LiveCode Bilder?
			Code: Select all
put the cProp [ pParam ] of meUsing getProp we can get the value of pParam.
Code: Select all
getProp cProp [ pParam ]
      answer pParam 
end cProp 
Is it possible to do this in LiveCode Bilder?