I have a lot of booleans.
I want to detect mouse enter events on these boolean controls.But that
would take hours because I have to assign each event to this
case individually for every control.
Is there a way to do this faster :
Can I assign all 'mouse enter' events on the 500 controls to 1 event
case
where the case tells you on which control the mouse has entered using a
ref?
I found this question already in other task in this forum, and I know
there is a solution for my problem.