Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix
Indicates the validity of a specified bookmark.
function BookmarkValid(Bookmark: TBookmark): Boolean; virtual;
Description
This function returns False in all cases, indicating that any bookmark is invalid because the TDataSet class does not implement support for bookmarks.
Descendant classes that implement bookmark support override BookmarkValid to test bookmarks for validity and indicate when a bookmark is valid by returning True.
|