|
The OnError event is used to notify the application for errors occurring in backround processing and during applications event handling. Such errors may happen, if the application causes an exception within an event handling procedure or if a TAPI error is catched during updating of TAPI data structures. If the exce ption was catched by a ThbTapiLine or ThbTapiPhone instance, the ThbTapiLine.OnError resp. ThbTapiPhone.OnError event is triggered following. AvalabiltityDesign-Time: Read, Write / Run-Time: Read, Write
DeclarationTErrorEvent = procedure (Sender: TObject;
Error: Exception; Causer: TObject) of Object; Parameters
See AlsoThbTapiLine.OnError, ThbTapiPhone.OnError
|