RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXCommand.OnErrorEvent Event

Error handling event

Pascal
property OnErrorEvent: TDBXErrorEvent;
C++
__property TDBXErrorEvent OnErrorEvent;

This property contains the error handling event provided by the TDBXConnection that created this command. This event is a TDBXErrorEvent that is called just before any dbExpress TDBXError exception is raised. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!