I guess I'm more interested in how you can use scoping for instance the scope resolution operator "::" because for some reason data declared in one event (for instance an OnClick event) is not accessible in another event (for instance another OnClick event). I noticed in another thread (I found it after I started this one) stated that you could use for instance
Code:
Form1->VariableA;
underneath the other event to bring the variable back into scope.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.