Returns a value that indicates the state of editing for the current record.
Syntax
SHORTGetEditMode(VOID);
Remarks
The possible return values are:
Constant | Description |
dbEditNone | No editing operation is in progress. |
dbEditInProgress | The Edit method has been invoked, and the current record is in the copy buffer. |
dbEditAdd | The AddNew method has been invoked, and the current record in the copy buffer is a new record that hasn't been saved in the database. |