Difference between revisions of "Midware TMWTable.AfterInsert"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> AfterInsert == …') |
|||
Line 1: | Line 1: | ||
− | [[Midware | Main page]] -> [[Midware_Components_Reference | Midware component reference]] -> [[Midware_TMWTable | TMWTable]] -> [[Midware_TMWTable. | + | [[Midware | Main page]] -> [[Midware_Components_Reference | Midware component reference]] -> [[Midware_TMWTable | TMWTable]] -> [[Midware_TMWTable.AfterInsert | AfterInsert]] |
== Definition == | == Definition == |
Latest revision as of 15:38, 14 May 2011
Main page -> Midware component reference -> TMWTable -> AfterInsert
Definition
proporty AfterInsert:TDataSetNotifyEvent;
Description
Occurs after an application inserts a new record.
Write an AfterInsert event handler to take specific action immediately after an application inserts a record. AfterInsert is called by Insert and Append after inserting or appending a new record. This could be used to keep track of all inserted or appended data to build a request to be sent back to MidWare application server to update table at server side.