Vcl.DBGrids.TBookmarkList.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AGrid: TCustomDBGrid);

C++

__fastcall TBookmarkList(TCustomDBGrid* AGrid);

Properties

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

Description

Creates an instance of TBookmarkList and associates it with a DBGrid.

Applications do not need to call create to instantiate the bookmark list used by DBGrids to implement their SelectedRows property. DBGrids call Create from their constructor to create this bookmark list. Component writers that implement additional properties for descendants of TCustomDBGrid can create additional bookmark list objects to represent other sets of records in the dataset.

See Also