[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered before the dataset is put in edit mode.
Source position: db.pas line 1697
public property TDataSet.BeforeEdit : TDataSetNotifyEvent |
BeforeEdit is the triggered at the start of the TDataset.Edit method. The dataset is still in dsBrowse state when this event is triggered. If an exception is raised in the BeforeEdit event handler, then the dataset will remain in dsBrowse state, and the edit operation is cancelled.
|
Event triggered after the dataset is put in edit mode. |
|
|
Set the dataset in editing mode. |
|
|
Current operational state of the dataset |