RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMouse.SettingChanged Method

Responds when a Mouse setting is changed.

Pascal
procedure SettingChanged(Setting: Integer);
C++
__fastcall SettingChanged(int Setting);

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. 

 

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