IBX.IBCustomDataSet.TIBCustomDataSet.BookmarkValid
Delphi
function BookmarkValid(Bookmark: TBookmark): Boolean; override;
C++
virtual bool __fastcall BookmarkValid(System::DynamicArray<System::Byte> Bookmark);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp | IBX.IBCustomDataSet | TIBCustomDataSet | 
Description
Indicates the validity of a specified bookmark.
This function returns true if the specified bookmark can be used to identify a record in the dataset, false otherwise.