RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomADODataSet.OnPostError Event

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

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

Write an OnPostError event handler to handle exceptions that occur when an attempt to post a record fails. 

 

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