ThbTapiApplication.OnLineRename
Unit: hbTapi
 
This event is triggered when TapiAppication receives a LINE_LINEDEVSTATE message from TAPI and recognizes that a device's name has changed.

Avalabiltity

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

Declaration

ThbTapiDeviceNameEvent = procedure (Sender: TObject; DeviceID: DWORD; DeviceName: String) of Object;
propety OnLineRename: ThbTapiDeviceNameEvent;

Parameters

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

Description

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

See Also

ThbTapiApplication.OnLineCreate, ThbTapiApplication.OnLineRemove