SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TDataSet.BookmarkValid
TDataSet
Top 

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.


© AidAim Software SQLMemTable: In-memory Sql Database Delph