Midware TMWTable.BeforeInsert
Revision as of 08:15, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> BeforeInsert …')
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.