RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!