[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 185

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.

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