Icon TEWBDatabaseErrorEvent

Unit: ewbdataset

TEWBDatabaseErrorEvent = procedure (Sender: TObject; const
      ErrorMsg: String) of object

The TEWBDatabaseErrorEvent type is used by the TEWBDatabase OnCommitError and OnRollbackError events.

The Sender parameter is the TEWBDatabase instance that triggered the event and the ErrorMsg parameter is the complete error message.
Image