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));


Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to