Hello,
I am trying to develop classes for some control objects on a form. One
problem that I am having is that my variables that are internal(and marked
private) to my class do not remain. For example:
One of my variables is an (Word)objectID. It is initialized with a value
when an instance of the class is defined. Then when a class function goes to
use the variable, it no longer has the same value(it usaully is returned to
zero). I have been useing the debugger in codewarrior so I know that the
variable is getting initialized on the class constructer.
Please help if you have any ideas what is going on.
Kristopher Keller