[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Deletes rows in the Dataset represented by bookmarks in the list.
Source position: dbgrids.pas line 176
public procedure TBookmarkList.Delete; |
Delete is a procedure used to delete rows in the Dataset represented by bookmarks in the list. Delete processes the Items in the list in reverse order. Each bookmark is located in the Dataset and the TDataset.Delete method is called to remove the data from the dataset. The Dataset.FreeBookmark method is called to free the Bookmark, and it is removed from the Items in the list.
Version 4.0 | Generated 2025-05-03 | Home |