IBX.IBEvents.TIBEvents.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError:TErrorEvent read FOnError write FOnError;

C++

__property TErrorEvent OnError = {read=FOnError, write=FOnError};

Properties

Type Visibility Source Unit Parent
event published
IBX.IBEvents.pas
IBX.IBEvents.hpp
IBX.IBEvents TIBEvents

Description

Occurs when an exception is caught while monitoring events.

Write an OnError event handler to respond when TIBEvents encounters an exception in the process of monitoring events.