|
This event fires when the line device is removed from the system. Generally, this is not used for temporary removals, such as extraction of PCMCIA devices, but only for permanent removals in which the device would no longer be reported by the service provider if TAPI were reinitialized. The property ThbTapiLine.Available is set to False. AvailabilityDesign-Time: Read, Write / Run-Time: Read, Write Declarationprocedure (Sender: TObject); RemarksTAPI sends a LINE_REMOVE message to inform an application of the removal (deletion from the system) of a line device. Please refer to the section "LINE_REMOVE" in TAPI's documentation for a more detailed information. |