Icon BeforeInsertTrigger Event

property BeforeInsertTrigger: TTriggerEvent

Usage

The BeforeInsertTrigger event is fired before the engine inserts a record in a table. Assigning an event handler to this event allows you to perform processing before the insertion of any record in any table, including modifying the contents of any field in the CurrentRecord parameter.

Information This event is not triggered during any system processing such as Creating and Altering Tables or Optimizing Tables.
Image