Bookmark type.
Source position: db.pas line 1564
type TBookMark = TBytes; |
TBookMark is the type used by the TDataset.SetBookMark method. It is of type TBytes, the contents of the buffer is determined by the actual TDataset descendent.
|
Jump to bookmark. |
|
|
Get a bookmark pointer (deprecated). |
|
|
Get or set the current cursor position. |