Event triggered after a successful Delete operation.
Source position: db.pas line 1981
public property TDataSet.AfterDelete : TDataSetNotifyEvent |
AfterDelete is triggered after the successful 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. |