[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets an enumerator for the bookmark list.
Source position: dbgrids.pas line 180
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.
Version 4.0 | Generated 2025-05-03 | Home |