hi is there any way to change isinitialized to Private in a class module?
for example we can make any sub unreachable by add Private before each sub name
but i cant find any relevant solution for isinitialize
thanx
All classes, including views, have an isinitialized sub, even when the sub is not present in the code. You can try to make initialize private or even try not to have an initialize sub, but I don't think it will eliminate the isinitialized sub.
All classes, including views, have an isinitialized sub, even when the sub is not present in the code. You can try to make initialize private or even try not to have an initialize sub, but I don't think it will eliminate the isinitialized sub.
and then how is possible to add a relation between Class A and Code module B From a sub on Class mudule?
for example then we cant create a sub similar to this
In some code languages the leading underscore renders the sub invisible, kind of like private does.
So you could try it in your B class, just add the sub empty
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.