Browse Source

* Added message to deprecated message

git-svn-id: branches/fixes_2_6@21162 -
michael 13 years ago
parent
commit
7ae401f8c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/src/base/db.pas

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

@@ -1245,7 +1245,7 @@ type
 { TDataSet }
 
   TBookmark = Pointer;
-  TBookmarkStr = string deprecated; 
+  TBookmarkStr = string deprecated 'TBookmarkStr will disappear in 2.6.3 in favour of TBookmark'; 
 
   PBookmarkFlag = ^TBookmarkFlag;
   TBookmarkFlag = (bfCurrent, bfBOF, bfEOF, bfInserted);