JVCL Help:TJvDriveChangeEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDriveChangeEvent type
[+] JvComputerInfoEx.pas Types
Search in JVCL Help
Search in all projectsSummary
Occurs when a drive is added or removed from the computer.
Pascal
run\JvComputerInfoEx.pas
TJvDriveChangeEvent = procedure (Sender: TObject; Drive: Char) ofobject;
Parameters
Parameters | Description |
Sender | The object that triggered the event. |
Drive | The drive that was added or removed. |
Description
TJvDriveChangeEvent is the event type for TJvComputerInfoEx.OnDeviceAdded and TJvComputerInfoEx.OnDeviceRemoved. These events are triggered when a device is added or removed from the computer.
See Also
TJvComputerInfoEx.OnDeviceAdded, TJvComputerInfoEx.OnDeviceRemoved
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