Delphi-Quellcode:
for i := 1 to 65 do
TLabel(FindComponent('Label' + inttostr(i))).Caption := Name[i];
Wobei ich davon ausgehe, dass Name ein Array, eine StringList o.ä. ist. Sollte es nur eine einfache Variable sein, das [i] einfach weglassen
[edit] Da war wieder jemand schneller
[/edit]