Hallo Uwe,
ist vorhanden..
im uses Teil stehen auch
Vcl.Themes und
Vcl.Styles;
Delphi-Quellcode:
...
{$R *.res}
begin
Application.Initialize;
TStyleManager.TrySetStyle('Carbon');
Application.Title := 'Test';
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
Ursprünglich war es ein XE8 Projekt.
Die Styles liegen in C:\Program Files (x86)\Embarcadero\Studio\23.0\Redist\styles\
vcl