Icon BeforeSave Event

property BeforeSave: TDataSetEvent

Usage

Available In: Client and Server Applications

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