Vcl.Forms.TApplication.UpdateFormatSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateFormatSettings: Boolean read FUpdateFormatSettings  write FUpdateFormatSettings;

C++

__property bool UpdateFormatSettings = {read=FUpdateFormatSettings, write=FUpdateFormatSettings, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

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

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.

See Also