[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TBookmarkedRecordEnumerator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Defines a bookmarked record enumeration class

Declaration

Source position: dbgrids.pas line 145

type TBookmarkedRecordEnumerator = class end;

public

  constructor Create();

  

Constructor for the class instance

  destructor Destroy; override;

  

Destructor for the class instance

  function MoveNext;

  

Moves to the next bookmark in the list

  function GetEnumerator;

  

Returns the current class instance

  property Current: TBookmark; [r]

  

Current bookmark for the enumerator

  property Options: TBookmarkedRecordEnumeratorOptions; [rw]

  

Controls the actions performed when Bookmarks are visited

Inheritance

TBookmarkedRecordEnumerator

  

Defines a bookmarked record enumeration class

|

TObject

Description

TBookmarkedRecordEnumerator is a Class which defines a bookmarked record enumerator for use with TBookmarklist.

See also

#lcl.DBGrids.TBookmarkList

  

TBookmarkList implements a list of Bookmarks in a database grid

The latest version of this document can be found at lazarus-ccr.sourceforge.net.