Purpose
Returns a 2-dimensional array with all the values of the EditMode Enum.
Description
Every row in this array has 2 values:
• | The numeric value of the Enum value |
• | A text representation of this value |
This array can be used to validate values, and to print a ,meaningful description of the values during debugging
You can pass this array tro the DaoEnum2Str() function to convert the value of an Enum to a string
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. |
Returns
Array
See Also