Search found 1 match
- 25.10.2012, 10:55
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Bookmarks not working in XE3
- Replies: 1
- Views: 1720
Bookmarks not working in XE3
Hi, had the problem, that Bookmarks did not work in Delphi XE3 with Zeos current trunk and current testing branch. Figured out, that in Delphi Unit Data.Db the method TDataSet.GetBookmarkData was defined like this: procedure GetBookmarkData(Buffer: TRecordBuffer; Data: TBookmark); overload; virtual;...