[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered when a new record is created.
Source position: db.pas line 1713
public property TDataSet.OnNewRecord : TDataSetNotifyEvent |
OnNewRecord is triggered by the TDataset.Append or TDataset.Insert methods when the buffer for the new record's data has been allocated. This event can be used to set default value for some of the fields in the dataset. If an exception is raised during this event handler, the operation is cancelled and the dataset is put again in browse mode (TDataset.State is again dsBrowse).
|
Append a new record to the data |
|
|
Insert a new record at the current position. |
|
|
Current operational state of the dataset |