Data.DB.TBookmark
C++
typedef System::DynamicArray<System::Byte> TBookmark;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | Data.DB.hpp | Data.DB | Data.DB |
Description
TBookmark identifies a record in a dataset for later navigation.
TBookmark is the type of the Bookmark parameter in the GetBookmark, GotoBookmark, and FreeBookmark methods of a dataset component.
Note: Different types of datasets 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).
Note: Any use of either TBookmarkStr or Pointer in user code should change to TBookmark. The TBookmarkStr type is deprecated.