On 06 Nov 2010, at 16:16, ik wrote: > Further more, what is the difference between a "normal" field and a variable > inside a class:
Nothing. Everything defined in a "var" section is a field. The reason the "var" keyword can now be used, is because it is now also possible to define types and constants inside classes, so you need a way to switch to defining fields after a "type" or "const" section. Jonas_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal