TDataSet.Delete
TDataSet |
Top |
· | Verifies that the dataset is not empty (and raises an exception if it is).
|
· | Calls CheckBrowseMode to post any pending changes to a prior record if necessary.
|
· | Calls the BeforeDelete event handler.
|
· | Deletes the record.
|
· | Frees the buffers allocated for the record.
|
· | Puts the dataset into dsBrowse mode.
|
· | Resynchronizes the dataset to position the cursor to the next undeleted record.
|
· | Calls the AfterDelete event handler.
|