[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: dbgrids.pas line 149
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.
Version 4.0 | Generated 2025-05-03 | Home |