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.
How to free more space on your home drive by redirecting the location for SDKs in RAD Studio
Learn the command line used to compile System.pas in Delphi
A method to design records so that they're allocated on a specific byte boundary, such as 16 bytes, 512 bytes, 4096 bytes, etc.
Learn why the map is cool in Go!