Durch das Leerzeichen hinter dem Unterstrich wird dein "hilfswort" doppelt so lang wie das "ratewort".
Das könnte später in Button1Click zu einer Index- oder Schutzverletzung führen.
Delphi-Quellcode:
hilfswort := '';
for i := 1 to length (ratewort) do
hilfswort := hilfswort + '_';
Label2.Caption := hilfswort;