[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create is the constructor for TBookmarkList.
Source position: dbgrids.pas line 172
public constructor TBookmarkList.Create( |
AGrid: TCustomDbGrid |
); |
AGrid |
|
Grid control that owns the bookmark list. |
Create is the constructor for the TBookmarkList class instance. Create calls the inherited constructor. Create stores the AGrid argument internally to keep an association to the grid for the Bookmarks. Finally, Create initializes the internal list used to store Bookmarks added to the class instance.
Version 4.0 | Generated 2025-05-03 | Home |