RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBookmarkList.Delete Method

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

Pascal
procedure Delete;
C++
__fastcall Delete();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!