DAC for MySQL
TMySQLDataSet.Methods.BookmarkValid | Previous Next |
Tests the validity of a specified bookmark.
Syntax:
function BookmarkValid(Bookmark: TBookmark): Boolean; override;
Description:
Call BookmarkValid to determine if a specifed bookmark is currently assigned a value.
Bookmark specifies the bookmark to test.
BookmarkValid returns True if a bookmark is valid. Otherwise, it returns
False.