Re: [fpc-pascal] object.ClassInfo.Create

2009-06-18 Thread Marc Weustink
Martin wrote: Just got a question, to ensure I understand thinks correctly. Let's start with stuff I definitely know (or think so). Destructors are virtual/overriden, because they are called on the instance, and the instance may be assigned to a variable "foo: Tobject", which would call TObje

[fpc-pascal] object.ClassInfo.Create

2009-06-18 Thread Martin
Just got a question, to ensure I understand thinks correctly. Let's start with stuff I definitely know (or think so). Destructors are virtual/overriden, because they are called on the instance, and the instance may be assigned to a variable "foo: Tobject", which would call TObject.Destroy inst