Constructor for the class instance.
Source position: dbgrids.pas line 153
public constructor TBookmarkedRecordEnumerator.Create( |
bookList: TBookmarkList; |
aGrid: TCustomDbGrid; |
anOptions: TBookmarkedRecordEnumeratorOptions |
); |
bookList |
|
Bookmark list for the enumerator. |
aGrid |
|
Grid control for the enumerator. |
anOptions |
|
Options for the enumerator. |
Create is the constructor for the class instance. Create calls the inherited constructor, and stores the arguments to the method in its BookmarkList, Dataset, and Options properties.