JVCL Help:TJvComputerInfoEx.OnDeviceModeChange
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvComputerInfoEx.OnDeviceModeChange Event
[+] TJvComputerInfoEx Events
[+] TJvComputerInfoEx Methods
[+] TJvComputerInfoEx Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the user changes device mode settings.
Pascal
TJvDevModeChangeEvent = procedure (Sender: TObject; Device: string) ofobject;
propertyOnDeviceModeChange: TJvDevModeChangeEvent;
Parameters
Parameters | Description |
Device | Name of the device that changed as specified in WIN.INI. |
Sender | The object that triggered the event. |
Description
Write a handler for this event to take specific action when the user make device mode setting changes on the computer. This event is triggered in response to a WM_DEVMODECHANGE message from Windows.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page