> So to summarise, what you should have done is:
>
> type
>   TMain = class
>   private
>     connect: array[1..maxNum] of TMain;
>     ...
>   end;
> Hope this helps.

Sure does, thanks! :)
I didn't know I can use properties of the same type as the object before
that object is defined. I wrote this program in Java and there I did just
what you said, because I knew I could do this.

Is this a new feature or something that has "been around for a while"?

_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to