TCustomForm.CreateNew in Delphi 2009
In some of my applications I override the TCustomForm.CreateNew constructor to do some intialization before the DFM resource is loaded. Today I migrated one of these projects to Delphi 2009 and I got an access violation because an object was nil. Looking at the code that worked in Delphi 2007 I didn’t see the problem… Read More »