Icon TEWBDatabaseEvent

Unit: ewbdataset

TEWBDatabaseEvent = function (Sender: TObject): Boolean of
      object

The TEWBDatabaseEvent type is used by the TEWBDatabase BeforeCommit and BeforeRollback events.

The Sender parameter is the TEWBDatabase instance that triggered the event. Return True from the event to allow the applicable database functionality to continue, or False to prevent the functionality from occurring.
Image