Bde.DBTables.TBDEDataSet.CompareBookmarks
Delphi
function CompareBookmarks(Bookmark1, Bookmark2: TBookmark): Integer; override;
C++
virtual int __fastcall CompareBookmarks(System::DynamicArray<System::Byte> Bookmark1, System::DynamicArray<System::Byte> Bookmark2);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
Indicates the relationship between two bookmarks.
Call CompareBookmarks to determine if two bookmarks are identical. Bookmark1 and Bookmark2 are the bookmarks to compare.
If the bookmarks differ, CompareBookmarks returns -1 if Bookmark1 is less than Bookmark2, 1 if Bookmark1 is greater than Bookmark2, and 0 if the bookmarks are identical, nil (Delphi), or NULL (C++)