About the author
In the Delphi 7.1 VCL IDE Integration Pack for Delphi 8, the Position property of a TForm now defaults to poDefaultPosOnly.
Therefore, if you create a form but did not set the Position property to poDesigned, it is likely that your form will not appear in the expected location.
Changing the Position property to poDesigned will fix the problem.
Continued discussion of undocumented Delphi 8 Property Access Specifiers, and other ways of adding and removing delegates / events handlers, including clearing the list of all the delegates / event handlers.