Midware TMWTable.BeforeEdit
Jump to navigation
Jump to search
Main page -> Midware component reference -> TMWTable -> BeforeEdit
Definition
proporty BeforeEdit:TDataSetNotifyEvent;
Description
Occurs before an application enters edit mode for the current record.
Write a BeforeEdit event handler to take specific action before an application enables editing of the current record. For example, an application might keep a log of database edits, and therefore might record the edit request, time, and user in a BeforeEdit event before entering edit state. This log can be used to generate update command to be send back to MidWare application server.