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

TBookmarkList.GetEnumerator

Gets an enumerator for the bookmark list.

Declaration

Source position: dbgrids.pas line 180

public function TBookmarkList.GetEnumerator(

  opt: TBookmarkedRecordEnumeratorOptions = [breDisableDataset, breRestoreCurrent]

):TBookmarkedRecordEnumerator;

Arguments

opt

  

Options to use in the bookmark list enumerator.

Function result

The bookmark list enumerator.

Description

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