RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBCustomDataSet.BookmarkValid Method

Indicates the validity of a specified bookmark.

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

This function returns true if the specified bookmark can be used to identify a record in the dataset, false otherwise. 

 

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