I have a class in a package which contains a public member, a property in fact. If I view the class in the structure window, I can see the member declared as public.
If I try to use this class in another program, I get the error "Tclassname" does not contain a member named "name".
Why would it not see the member when it would appear to be visible?
If I try to use this class in another program, I get the error "Tclassname" does not contain a member named "name".
Why would it not see the member when it would appear to be visible?