Browse Source

* TUpdatestatusset (kbmmw port missed this)

git-svn-id: trunk@1374 -
marco 20 years ago
parent
commit
3a44a158ed
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fcl/db/db.pp

+ 1 - 0
fcl/db/db.pp

@@ -53,6 +53,7 @@ type
     deParentScroll);
 
   TUpdateStatus = (usUnmodified, usModified, usInserted, usDeleted);
+  TUpdateStatusSet = SET OF TUpdateStatus;
 
   TUpdateMode = (upWhereAll, upWhereChanged, upWhereKeyOnly);