RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.BeforeDelete Event

Occurs before an application attempts to delete the active record.

Pascal
property BeforeDelete: TDataSetNotifyEvent;
C++
__property TDataSetNotifyEvent BeforeDelete;

Write a BeforeDelete event handler to take specific action before an application deletes the active record. BeforeDelete is called by Delete before it actually deletes a record. 

In Delphi, making use of this event an application might, for example, display a dialog box asking for confirmation before deleting the record. On denial of confirmation, the application could abort the deletion by calling the Abort procedure. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!