[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets an enumerator for the bookmark list
Source position: dbgrids.pas line 185
public function TBookmarkList.GetEnumerator( |
opt: TBookmarkedRecordEnumeratorOptions = [breDisableDataset, breRestoreCurrent] |
opt |
|
Options to use in the bookmark list enumerator |
The bookmark list enumerator
GetEnumerator is a TBookmarkedRecordEnumerator function used to get an enumerator for bookmarked records in the list. GetEnumerator creates an instance of TBookmarkedRecordEnumerator with the specified arguments, and uses the instance as the return value for the method.
lazarus-ccr.sourceforge.net |