Icon BeforeInsert Event

property BeforeInsert: TDataSetEvent

Usage

Available In: Client and Server Applications

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