Device Event
Fired for every dial device when the ListDevices method is called.
Syntax
type TDeviceEvent = procedure Device(Sender: TObject; const DeviceName: String; const DeviceType: String) of object;property OnDevice: TDeviceEvent read FOnDevice write FOnDevice;
Remarks
DeviceName provides the name of the device, and DeviceType provides the corresponding device type (e.g. 'modem').