RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBXCommon.TDBXErrorEvent Type

Event handler for TDBXConnection.OnErrorEvent property.

Pascal
TDBXErrorEvent = procedure (DBXError: TDBXError) of object;
C++
(DBXError: TDBXError) ( TDBXErrorEvent)();

TDBXErrorEvent is an event handler that can be set on the TDBXConnection.OnErrorEvent property. This event is called just before a TDBXError exception is raised. This allows implementors to perform processing before the exception is raised. dbExpress VCL components use this event to raise an exception of a different type. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!