Notice one more change How Constructor Create and FormCreate event executed.
Till D10.4
When I execute Create (with paramter or no ) , FormCreate get executed when encouter inherited keyword in Create constructor;
in Delphi 12.3 When I execute Create (with paramter or no ) , FormCreate get executed only after created constructor execution complete.;