[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enumeration with option values for the bookmarked record enumerator
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 |
); |
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.
|
Defines a bookmarked record enumeration class |
|
|
Controls the actions performed when Bookmarks are visited |
lazarus-ccr.sourceforge.net |