Icon TDatabaseErrorEvent

Unit: WebData

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

Available In: Client and Server Applications

The TDatabaseErrorEvent type is used by the TDatabase OnCommitError and OnRollbackError events.

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