Unit 'BufDataset' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TBufRecLinkItem

Stores bookmarks to the previous and next records in a linked list

Declaration

Source position: bufdataset.pas line 74

type TBufRecLinkItem = record

  prior: PBufRecLinkItem;

  

Bookmark to the previous record

  next: PBufRecLinkItem;

  

Bookmark to the next record

end;


Documentation generated on: Sep 29 2022