Besser ist es noch, wenn du deinen Sectionwert davor festlegst und dann nur noch die Variable nutzt. Beispiel:
Delphi-Quellcode:
Patientenzahl := Patientenzahl + 1;
sectionname := 'Patient' + IntToStr(Patientenzahl);
ini.WriteString(sectionname,'Name',Edit1.Text);