Vcl.Controls.TMouse.SettingChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SettingChanged(Setting: Integer);

C++

void __fastcall SettingChanged(int Setting);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMouse

Description

Responds when a Mouse setting is changed.

SettingChanged is called automatically when the application receives notification from Windows that the control panel settings have changed. It updates the Mouse object to reflect the current control panel settings.

Applications should not need to call this method.