On 13/03/13 9:50, Mattias Gaertner wrote:
On Wed, 13 Mar 2013 09:35:43 +0000
Howard Page-Clark <h...@talktalk.net> wrote:
On 12/03/13 8:30, Xiangrong Fang wrote:
TMyClass = class
myarray: array[0..100] of Integer;
end;
You could answer such questions yourself:
Not with this simple test.
[...]
my:=TMyClass.Create;
try
writeln('After creation the value of my.myarray is
',PtrUInt(my.myarray));
Could you show a more complex test that would give a satisfactory
answer to the OP's questions?
Howard
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal