[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered after the dataset is put in insert mode.
Source position: db.pas line 1696
public property TDataSet.AfterInsert : TDataSetNotifyEvent |
AfterInsert is triggered after the dataset has finished putting the dataset in dsInsert state and it has initialized the new record buffer. This event can be used e.g. to set initial field values. After the Afterinsert event, the TDataset.AfterScroll event is still triggered. Raising an exception in the AfterInsert event, will prevent the AfterScroll event from being triggered, but does not undo the insert or append operation.
|
Event triggered before the dataset is put in insert mode. |
|
|
Event triggered after the cursor has changed position. |
|
|
Append a new record to the data |
|
|
Insert a new record at the current position. |