RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.UpdateFormatSettings Property

Specifies whether format settings are updated automatically when the user alters the system configuration.

Pascal
property UpdateFormatSettings: Boolean;
C++
__property Boolean UpdateFormatSettings;

Use UpdateFormatSettings to control automatic updating of format settings. The default of true is set in the constructor. UpdateFormatSettings is checked when the application receives a WM_WININICHANGE message.  

Using the default format settings is recommended. These settings are initialized to the Windows local settings. 

 

variables

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!