I just installed the new Delphi Sydney 2 (10.4.2) and I have found something weird:
- Create a new vcl app.
- Add a new form.
- Set the second form Visible to True (so we can see it). Don't change any other project settings/form properties.
- Run the app.
The second form will always be on top of the main form.
Setting the FormStyle to fsNormal at run time will not fix the behavior.
Can anyone confirm this behavior?