C
Chris Hayes
I have a class that is instantiated in a form.
How do I pass that form as a variable to the class?
I've seen it elsewhere. The form is manipulated by the object. I
want to do likewise.
When the form module executes a method of the class, I want the class
to recognize the form that called it.
Thank in advance.
Chris
How do I pass that form as a variable to the class?
I've seen it elsewhere. The form is manipulated by the object. I
want to do likewise.
When the form module executes a method of the class, I want the class
to recognize the form that called it.
Thank in advance.
Chris