| [Overview][Types][Classes][Procedures and functions][Index] | 
Stores bookmarks to the previous and next records in a linked list
Source position: bufdataset.pas line 68
type TBufRecLinkItem = record  | 
||
prior: PBufRecLinkItem;  | 
  | 
Bookmark to the previous record  | 
next: PBufRecLinkItem;  | 
  | 
Bookmark to the next record  | 
end;  |