Datasnap.DBClient.TCustomClientDataSet.BookmarkValid

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TCustomClientDataSet

Delphi

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

C++

virtual bool __fastcall BookmarkValid(Data::Db::TBookmark Bookmark);

Description

Tests the validity of a specified bookmark.

Call BookmarkValid to determine whether a bookmark is valid. Bookmark is the bookmark pointer to test. If the bookmark is valid, BookmarkValid returns True. Otherwise it returns False.

See Also