On 16 Jun 2010, at 15:04, spir wrote:
> In particuliar, when is (a ref to) an instance dereferenced, or not?
An instance is dereferenced when it is subscripted (via ".").
Jonas
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.
Hello,
After having read the draft standard proposel for OO extensions for Pascal,
esp. the Object Model (http://www.pascal-central.com/OOE-stds.html#sect-6.5.1),
I wonder how implicite (de)referencing of class instances is actually
implemented in fpc (Delphi-like OO).
In particuliar, when is (