TMedDataset.BeforeInsert TMedDataset

property BeforeInsert: TDataSetNotifyEvent ;

Description

BeforeInsert event handler is called before an application inserts or appends a new record. The Insert or Append method trigger a BeforeInsert method before it the dataset is set into dsInsert state.