Difference between revisions of "Midware TMWTable.BeforeInsert"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> BeforeInsert …') |
(No difference)
|
Latest revision as of 08:15, 7 May 2011
Main page -> Midware component reference -> TMWTable -> BeforeInsert
Definition
proporty BeforeInsert:TDataSetNotifyEvent;
Description
Occurs before an application enters insert mode.
Write a BeforeInsert event handler to take specific action before an application inserts or appends a new record. BeforeInsert is called by Insert or Append before they set the dataset into dsInsert state.