Source position: db.pas line 65
type TUpdateStatusSet = set of (
usUnmodified,
usModified,
usInserted,
usDeleted
);