ThbTapiApplication.OnLineCreate
Unit: hbTapi
 
This event is called when a new line device has been installed. The DeviceList property of all ThbTapiLine components is updated.

Availability

Design-Time: None / Run-Time: Read, Write

Declaration

ThbTapiDeviceNameEvent = procedure (Sender: TObject; DeviceID: DWORD; DeviceName: String) of Object;
property OnLineCreate : ThbTapiDeviceNameEvent

Parameters

Sender
hbTapiApplication.
DeviceID
The id of the new device.
DeviceName
The name of the new device.

Remarks

Please refer to the section "LINE_CREATE" in TAPI's documentation for a more detailed information.

See Also

ThbTapiLine.DeviceList, ThbTapiApplication.OnLineRemove, ThbTapiApplication.OnRename