formplacementsaver FlickerFreeMaximize property
Return to Introduction  Previous page  Next page
Applies to
acFormPlacementSaver components.  

Declaration
property FlickerFreeMaximize: Boolean; // False by default  

Description
The FlickerFreeMaximize property determines whether you want to maximize your form (when it restores from registry on program startup) without flickering on the screen, when the application realigns all controls.  
 
Set the FlickerFreeMaximize to True, if you wish to re-align all controls on the form before the application displays the forms on the screen. However, it takes little bit more time to display the form, since it recreate the form and re-aligns the controls in background (but you may also use this time to display the splash screen on program startup).