In a component he uses something like:
Method (Obj: MyClass) { .... }
It's a shorthand for Obj = new MyClass ?
And if in the constructor of MyClass there is an argument needed, this should be Obj = new MyClass (argument) ? and the Obj: MyClass, still works?