Hello Rob,

Thanks for the fast reply.

> When you call a constructor to create an object, all the memory for that
> object gets allocated and initialized before _any_ line of code runs
> from any of the class's constructors. The object is fully created by the
> time any constructor runs.

So the variables of the base class will also have been created even
before the constructor of the base class is called?

-- 
Best regards,
Jack


_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to