Browse Source

* Mark TBookmarkStr as deprecated

git-svn-id: branches/fixes_2_6@21155 -
michael 13 years ago
parent
commit
35f9c88155
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;
+  TBookmarkStr = string deprecated; 
 
   PBookmarkFlag = ^TBookmarkFlag;
   TBookmarkFlag = (bfCurrent, bfBOF, bfEOF, bfInserted);