JVCL Help:TJvDriveChangeEvent

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when a drive is added or removed from the computer.

run\JvComputerInfoEx.pas


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.

run\JvComputerInfoEx.pas


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.

run\JvComputerInfoEx.pas


See Also

TJvComputerInfoEx.OnDeviceAdded, TJvComputerInfoEx.OnDeviceRemoved

run\JvComputerInfoEx.pas


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