Vcl.DBGrids.TBookmarkList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBookmarkList

Delphi

TBookmarkList = class

C++

class PASCALIMPLEMENTATION TBookmarkList : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids Vcl.DBGrids

Description

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

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.

See Also