Stores bookmarks to the previous and next records in a linked list.
Source position: bufdataset.pas line 80
| type TBufRecLinkItem = record | ||
| prior: PBufRecLinkItem; | 
 | Bookmark to the previous record. | 
| next: PBufRecLinkItem; | 
 | Bookmark to the next record. | 
| end; |