RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.BookmarkValid Method

Tests the validity of a specified bookmark.

Pascal
function BookmarkValid(Bookmark: TBookmark): Boolean; override;
C++
virtual __fastcall Boolean BookmarkValid(TBookmark Bookmark);

Call BookmarkValid to determine if a bookmark is valid. Bookmark is the bookmark pointer to test. If the bookmark is valid, BookmarkValid returns true. Otherwise it returns false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!