RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.OnEditError Event

Occurs when an application attempts to modify or insert a record and an exception is raised.

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

Write an OnEditError event handler to handle exceptions that occur when an attempt to edit a record fails. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!