Midware TMWTable.BeforeInsert
Jump to navigation
Jump to search
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.