Browse Source

* updated warnings and versions in warnings relating to bookmark to clarify that change is postponed till 2.8.x

git-svn-id: branches/fixes_2_6@26105 -
marco 11 years ago
parent
commit
f531820540
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fcl-db/src/base/db.pas

+ 2 - 2
packages/fcl-db/src/base/db.pas

@@ -1251,8 +1251,8 @@ type
 
 { TDataSet }
 
-  TBookmark = Pointer;
-  TBookmarkStr = string deprecated 'TBookmarkStr will disappear in 2.6.3 in favour of TBookmark'; 
+  TBookmark = Pointer;     // will change to TBytes in 2.7.x and higher.
+  TBookmarkStr = string deprecated 'TBookmarkStr will disappear in 2.7.x and higher in favour of TBookmark'; 
 
   PBookmarkFlag = ^TBookmarkFlag;
   TBookmarkFlag = (bfCurrent, bfBOF, bfEOF, bfInserted);