[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered after a succesful Delete operation.
Source position: db.pas line 1704
public property TDataSet.AfterDelete : TDataSetNotifyEvent |
AfterDelete is triggered after the succesfull completion of the TDataset.Delete operation, when the dataset is again in dsBrowse state. The event is followed by a TDataset.AfterScroll event.
|
Event triggered before a Delete operation. |
|
|
Delete the current record. |
|
|
Event triggered after the cursor has changed position. |
|
|
Current operational state of the dataset |