EPUB | CHM | PDF

TMySQLDataSet.Methods.BookmarkValid

Top Previous Next

Tests the validity of a specified bookmark.

Syntax:

function BookmarkValid(Bookmark: TBookmark): Boolean; override;

Description:

Call BookmarkValid to determine if a specified bookmark is currently assigned a value. Bookmark specifies the bookmark to test.

BookmarkValid returns True if a bookmark is valid. Otherwise, it returns False.