Delphi 12 Athens Child Form Flickering

261 views Asked by At

After updating to the new version of Delphi in RAD Studio 12 Athens, child VCL Forms are flickering in the Form activation event.

Does any one knows the reason?

1

There are 1 answers

1
Masoud Mohammad Vali On BEST ANSWER

You just need to put this code after Application.Initialize:

TStyleManager.ChangeChildFormSystemBorder:=False;

Embarcadero describes this new option:

Child forms can now have a new modern flat border (the new property is TStyleManager.ChangeChildFormSystemBorder)