man könnte es sich auch bequem machen:
Delphi-Quellcode:
for S := low(Mannschaft) to high(Mannschaft) do
begin
Mannschaft[S].name := 'TEST';
Mannschaft[S].trainer.name := 'TEST';
for I := low(spieler) to high(spieler) do
begin
mannschaft[S].spieler[I].name := 'TEST';
alex