Wie wäre es mit sowas wie:
Delphi-Quellcode:
case RadioGroup1.ItemIndex of
0: ShowMessage('Erste Option ausgewählt!');
1: ShowMessage('Zweite Option ausgewählt!');
2: ShowMessage('Dritte Option ausgewählt!');
end;
Es geht natürlich auch mit if.
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."