Vcl.DBGrids.TBookmarkList.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete;          // delete all selected rows from dataset

C++

void __fastcall Delete(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TBookmarkList

Description

Deletes all the records specified by the bookmarks in the list from the dataset of the associated DBGrid.

Call Delete to delete the set of records represented by the bookmark list from the dataset of the associated DBGrid. To remove all the bookmarks from the list without changing the dataset, use the Clear method instead.

See Also