2
votes

A Splash Form in FireMonkey
The Art of Delphi Programming
– While there are plenty of ways to implement a splash form in a VCL application, most of those won’t work anymore when they are going to be ported to FMX – especially when it comes to mobile targets. Thanks to one small improvement of FMX over VCL there is a simple and reliable way to implement a splash form in FireMonkey. In contrast to its VCL sibling the FMX Application.MainForm property is actually writable, allowing to change the applications main form during program run. This opens a complete new approach for our splash form problem with some nice benefits that can be ...
Statistics
|
Visits by Source |
User Actions |