So geht das nicht. Du könntest aber abhängig von
OS die Instanz entsprechend erstellen:
Delphi-Quellcode:
if IsVista then
Application.CreateForm(TVistaForm, frmMain)
else
Application.CreateForm(TMainForm, frmMain);
Sinnvoller ist aber m.E. das der Implementierungscode einer Klasse alle Windows-
OS-Versionen handeln kann.
Windows Vista - Eine neue Erfahrung in Fehlern.