View Single Post
  #3  
Old 05-05-2014, 11:20 PM
JohnnyChimpo JohnnyChimpo is offline
Registered User
JohnnyChimpo's Avatar
Join Date: Jun 2004
Posts: 105
JohnnyChimpo is on a distinguished road
So with further investigation and suggestion from fp4 I have come to the following conclusion.

You maybe not have the same name for the object as the name in the "constructor".

I havent went through all test cases which i dont think i will explore. This is just a rule of thumb in my book now.

ex: obj = new TStaticVar("obj");

Begs the question, why would this have such a behavior?
Reply With Quote