RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBookmarkList.Create Constructor

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

Pascal
constructor Create(AGrid: TCustomDBGrid);
C++
__fastcall TBookmarkList(TCustomDBGrid AGrid);

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. 

 

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