The EditMode class contains the fields shown in the following table.
Constant | Value | Description |
NONE | 0 | Indicates that no editing operation is in progress. |
INPROGRESS | 1 | Indicates that data in the current record has been modified but not saved. |
ADD | 2 | Indicates that the addNew method has been called, and the current record in the copy buffer is a new record that hasn't been saved in the database. |
DELETE | 4 | Indicates that the current record has been deleted. |