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