Ahh.  I tried that but I must have typed it wrong, left off the ; or something.
 
Cheers.
----- Original Message -----
Sent: Thursday, September 16, 2004 1:39 PM
Subject: RE: [DUG] help

type
  Tclass2 = class;
 
  Tclass1 = class
    cls2: Tclass2;
  end;
 
  Tclass2 = class
    cls1: TClass1;
  end;
_______________________________________________
Delphi mailing list
[EMAIL PROTECTED]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to