Bookmark type (deprecated)
Source position: db.pas line 1462
type TBookMark = TBytes; |
TBookMark is the type used by the TDataset.SetBookMark method. It is an opaque type, and should not be used any more, it is superseded by the TBookmarkStr type.
|
Bookmark type |