[fpc-pascal] Windows programming tutorials for FPC
Martin Wynne
martin at templot.com
Sun Nov 4 20:10:09 CET 2018
> The Lazarus version is mostly working in Lazarus, but instead of everything happening before the form is loaded, is there a way I could make the form first, then just start processing everything, so that my messages I send to memo1 show up as it's processing? I'm guessing I need to move my program from On-create to somewhere else so it runs after the memo box is showing... but I don't know where I would move it to. Any suggestions?
Hi James,
Move your code to the form's OnActivate event.
cheers,
Martin.
More information about the fpc-pascal
mailing list