[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create is the constructor for TBookmarkList
Source position: dbgrids.pas line 177
public constructor TBookmarkList.Create( |
AGrid: TCustomDbGrid |
); |
AGrid |
|
Grid control that owns the bookmark list |
Create is the constructor for TBookmarkList class instance. Create calls the inherited constructor. Create stores the AGrid argument internally to keep an association to the grid for the Book`marks. Finally Create initializes the internal list used to store Bookmarks added to the class instance.
TObject.Create |
lazarus-ccr.sourceforge.net |