Difference between revisions of "Midware TMWTable.BeforeEdit"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> BeforeEdit == D…')
 
(No difference)

Latest revision as of 08:00, 7 May 2011

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.