[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered after the dataset is put in edit mode.
Source position: db.pas line 1698
public property TDataSet.AfterEdit : TDataSetNotifyEvent |
AfterEdit is triggered after the dataset has finished putting the dataset in dsEdit state and it has initialized the edit buffer for the record. Raising an exception in the AfterEdit event does not undo the edit operation.
|
Event triggered before the dataset is put in edit mode. |
|
|
Set the dataset in editing mode. |
|
|
Current operational state of the dataset |