[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: db.pas line 1372
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 |
lazarus-ccr.sourceforge.net |