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

TBufBookmark

Implements a Bookmark for TBufDataset.

Declaration

Source position: bufdataset.pas line 80

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: Jul 24 2023