|
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 ThbTapiApplication.OnError
is assigned, this event is triggered before to enable a global error notification.
AvalabiltityDesign-Time: Read, Write / Run-Time: Read, Write Declaration TErrorEvent = procedure (Sender: TObject; Error:
Exception; Causer: TObject) of Object; Parameters
See AlsoThbTapiLine.OnError, ThbTapiApplication.OnError
|