wie kann ich einen String mit jedem String in einer String liste vergleichen?
Also so etwas wie:
Delphi-Quellcode:
If not ProfileSelection.Text = {ProfileList.einer-der-included-strings} then
begin
LoadButton.caption:=('Create Profile');
LoadButton.Width:=80;
reg.CreateKey('ProfileSelection.Text')
End;