Datasnap.DBClient.TCustomClientDataSet.BookmarkValid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual bool __fastcall BookmarkValid(System::DynamicArray<System::Byte> Bookmark);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

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