Midware TMWTable.OnPostError
Revision as of 09:02, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> OnPostError ==…')
Main page -> Midware component reference -> TMWTable -> OnPostError
Definition
proporty OnPostError:TDataSetNotifyEvent;
Description
Occurs when an application attempts to modify or insert a record and an exception is raised.
Write an OnPostError event handler to handle exceptions that occur when an attempt to edit a record fails. E is a pointer to the database error object that contains the exception error message so that an application can display an error message. Action indicates how the handler should respond to the error.
See Delphi help about TDataSet.OnPostError for more details.