hi,
erst mal danke @luckie.
habe ich aber noch nicht so richtig verstanden. wäre das in form von
Delphi-Quellcode:
type
Tgroupofevent = class(Tobject)
privat
fgroupno : integer;
fgroupquote : Tlist;
end;
Tevent = class(Tobject)
privat
Fevent = Tlist;
Fgroup = Tgroupofevent;
Feventlist = Tlist;
end;
Teventlist = class(Tlist)
private
getevent(index: integer): Tevent
end;
ich weiss nicht wie es umsetzen könnten.
gruss
ismail