Vcl.Forms.TApplication.UpdateMetricSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpdateMetricSettings: Boolean read FUpdateMetricSettings write FUpdateMetricSettings;

C++

__property bool UpdateMetricSettings = {read=FUpdateMetricSettings, write=FUpdateMetricSettings, nodefault};

Properties

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

Description

Specifies whether the settings used for the hint window font and the icon title font are updated.

Use UpdateMetricSettings to specify whether or not the hint window font and the icon title font on the desk top should be updated to reflect the system settings when those settings are changed.

The initial value of true is set in the constructor.