[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destroy is the destructor for TBookmarkList.
Source position: dbgrids.pas line 173
public destructor TBookmarkList.Destroy; override; |
Destroy is an overridden destructor for the TBookmarkList class instance. Destroy ensures that TBookmark items are removed from the list and freed before the list is freed. Destroy calls the inherited destructor.
Version 4.0 | Generated 2025-05-03 | Home |