dbEditMode property (ILEADRasterODBC)
Delphi 4 example |
short dbEditMode | |
Overview |
Refer to Managing Images in a Database |
Remarks
Indicates the edit mode of the current record.
Value |
Meaning |
DB_EDITMODE_NONE |
The current mode is read-only. |
DB_EDITMODE_EDIT |
The dbEdit method has been called, and calling the dbUpdate method will update the current record. |
DB_EDITMODE_ADDNEW |
The dbAddNew method has been called, and calling the dbUpdate method will add the current record to the database. |
See Also