Icon CompareBookmarks Method

virtual int __fastcall
      CompareBookmarks(System::DynamicArray<System::Byte> Bookmark1,
      System::DynamicArray<System::Byte> Bookmark2)

Usage

Use the CompareBookmarks method to determine if two bookmarks are identical or not. Bookmark1 and Bookmark2 are the bookmarks to compare. If the bookmarks differ, CompareBookmarks returns 1. If the Bookmarks are identical, or both bookmarks are nil, CompareBookmarks returns 0.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image