[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered before the dataset is put in insert mode.
Source position: db.pas line 1745
public property TDataSet.BeforeInsert : TDataSetNotifyEvent |
BeforeInsert is triggered at the start of the TDataset.Append or TDataset.Insert methods. The dataset is still in dsBrowse state when this event is triggered. If an exception is raised in the BeforeInsert event handler, then the dataset will remain in dsBrowse state, and the append or insert operation is cancelled.
|
Event triggered after the dataset is put in insert mode. |
|
|
Append a new record to the data |
|
|
Insert a new record at the current position. |