Jump to content

sirodcar

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. sirodcar

    Changes in Delphi from D10 Till now

    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.;
×