RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TClientDataSet.OnDeleteError Event

Occurs when an application attempts to delete a record and an exception is raised.

Pascal
property OnDeleteError: TDataSetErrorEvent;
C++
__property TDataSetErrorEvent OnDeleteError;

Write an OnDeleteError event handler to handle exceptions that occur when an attempt to delete a record fails. 

 

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