Midware TMWTable.OnNewRecord
Revision as of 09:00, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> OnNewRecord ==…')
Main page -> Midware component reference -> TMWTable -> OnNewRecord
Definition
proporty OnNewRecord:TDataSetNotifyEvent;
Description
Occurs when an application inserts or appends a new dataset record.
Write an OnNewRecord event handler to take specific actions as an application inserts or appends a new record. OnNewRecord is called as part of the actual insert or append process. An application might use the OnNewRecord event to set initial values for a record or as a way of implementing cascading insertions in related datasets.