01-06-2020, 12:59 PM
The way I handled this was to have a separate proc for the code change and call it on the on change event. I haven't been able to assign the events like I do in Delphi.
If x=1 then
{call change event}
else
{do nothing}
Hope this helps.
If x=1 then
{call change event}
else
{do nothing}
Hope this helps.

