RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBookmarkList Class

TBookmarkList is a collection of bookmarks that identify a set of records in a dataset.

Pascal
TBookmarkList = class;
C++
class TBookmarkList;

DBGrids

Use TBookmarkList to manage a set of bookmarks when working with the records in a dataset. Each bookmark identifies a particular record in the dataset, and can be identified by a string. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!