[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'BufDataset' (#fcl)

TBufBookmark

Implements a Bookmark for TBufDataset

Declaration

Source position: bufdataset.pas line 74

type TBufBookmark = record

  BookmarkData: PBufRecLinkItem;

  

Pointer to bookmark data in a record buffer

  BookmarkInt: Integer;

  

Index for the record buffer in an array index

  BookmarkFlag: TBookmarkFlag;

  

Bookmark flag value for a record buffer

end;

Description

TBufBookmark is a record type used to implement a Bookmark for TBufDataset.


Documentation generated on: May 14 2021