When must I use set/get property?
Posted: Sat Aug 17, 2019 7:23 pm
Learning Question
If I use a line of code like
Win_1.Button1.enabled:= .F. I may get an error that I can
solve with Setproperty("Win_1","Button1","enabled",.F.)
Please explain the rules for when you must use set/getproperty functions
Thanks
If I use a line of code like
Win_1.Button1.enabled:= .F. I may get an error that I can
solve with Setproperty("Win_1","Button1","enabled",.F.)
Please explain the rules for when you must use set/getproperty functions
Thanks