EPUB | CHM | PDF

TDataSet.Events.AfterDelete

Top Previous Next

Occurs after an application deletes a record.

Syntax:

property AfterDelete: TDataSetNotifyEvent;

Description:

Write an AfterDelete event handler to take specific action immediately after an application deletes the active record in a dataset. AfterDelete is called by Delete after it deletes the record, sets the dataset state to dsBrowse, and repositions the cursor on the record prior to the one just deleted.

See also: Example: AfterDelete, Format