RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TBookmark Type

TBookmark identifies a record in a dataset for later navigation.

Pascal
TBookmark = Pointer;
C++
void * TBookmark;

DB

TBookmark is the type of the Bookmark parameter in the GetBookmark, GotoBookmark, and FreeBookmark methods of a dataset component.

Note: Different types of datsets can implement bookmarks differently. Do not use a TBookmark from one type of dataset (for example, a client dataset) with methods on another type of dataset (for example, an InterBase Express dataset).
 

GetBookmark 

GotoBookmark 

FreeBookmark 

Bookmark 

Marking and Returning to Records

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