[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Record update status
Source position: db.pas line 58
type TUpdateStatus = ( |
||
usUnmodified, |
|
Record is unmodified |
usModified, |
|
Record exists in the database but is locally modified |
usInserted, |
|
Record does not yet exist in the database, but is locally inserted |
usDeleted |
|
Record exists in the database, but is locally deleted. |
); |
TUpdateStatus determines the current state of the record buffer, if updates have not yet been applied to the database.
|
Get the update status for the current record |