Tag: PostOnCreate
-
Immediate TTimer to emulate PostCreate / PostOnCreate event in Delphi
Learn how to create the equivalent of an PostCreate / PostOnCreate event that executes just after the form’s OnCreate event has fired. To do this, we will use an “Immediate Timer”