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

TBookmarkedRecordEnumeratorOptions

Enumeration with option values for the bookmarked record enumerator

Declaration

Source position: dbgrids.pas line 136

type TBookmarkedRecordEnumeratorOptions = set of (

  breDisableDataset,

  

Disables controls attached to the dataset

  breStopOnInvalidBookmark,

  

Stops enumerating when an invalid bookmark is encountered

  breRestoreCurrent

  

Restores the current bookmark when exiting the enumerator

);

Description

TBookmarkedRecordEnumeratorOptions is a set type with option values that control the actions performed in TBookmarkedRecordEnumerator. TBookmarkedRecordEnumeratorOptions is the type used to implement the TBookmarkedRecordEnumerator.Options property.

See also

#lcl.DBGrids.TBookmarkedRecordEnumerator

  

Defines a bookmarked record enumeration class

#lcl.DBGrids.TBookmarkedRecordEnumerator.Options

  

Controls the actions performed when Bookmarks are visited

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