R r2d4 Member Licensed User Longtime User Mar 10, 2012 #1 Hello, some Types has an Initialize Method. Is this equal to the Java Construct Method (new Operator?) Thanks r2d4
Hello, some Types has an Initialize Method. Is this equal to the Java Construct Method (new Operator?) Thanks r2d4
Erel B4X founder Staff member Licensed User Longtime User Mar 10, 2012 #2 Not exactly. A new object is created when you dim a variable. Objects that have an initialize method are usually "wrapper" objects. When you call Initialize the inner object is created. Upvote 0
Not exactly. A new object is created when you dim a variable. Objects that have an initialize method are usually "wrapper" objects. When you call Initialize the inner object is created.