Bookmark as string type - deprecated
Source position: db.pas line 1556
type TBookmarkStr = ansistring; |
TBookmarkStr was the type used by the TDataset.Bookmark property in earlier versions of FPC. It can be used as a string, but should in fact be considered an opaque type.
This type is deprecated, and no longer usable, use the TBookmark type instead.
|
Get or set the current cursor position |
|
|
Bookmark type |