Icon BeforeUpdate Event

property BeforeUpdate: TDataSetEvent

Usage

Available In: Client and Server Applications

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