Icon BeforeCommit Event

property BeforeCommit: TDatabaseEvent

Usage

Available In: Client and Server Applications

This event is triggered before the Commit method starts. Return False from the event handler to prevent the commit from occurring.
Image