Moin!
Oder füge die Forms gleich als Instanz mit dem AddObject hinzu zu der ComboBox, dann brauchst du kein Case sondern zeigst die Form einfach an.
Delphi-Quellcode:
if ( ComboBox1.ItemIndex > -1 ) Then
TForm(ComboBox1.Items.Objects[ComboBox1.ItemIndex]).Show;
MfG
Muetze1