DB.TDataSet.BookmarkValid

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From DB.pas

	function BookmarkValid(Bookmark: TBytes): Boolean; virtual;


Unit: DB

Type: method

Visibility: public

Member Of: TDataSet

C++ Information

From DB.hpp

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


Unit: DB

Type: method

Visibility: public

Member Of: TDataSet

Description

Indicates the validity of a specified bookmark.


This function returns false in all cases, indicating that any bookmark is invalid because the TDataSet class does not implement support for bookmarks.

Descendant classes that implement bookmark support override BookmarkValid to test bookmarks for validity and indicate when a bookmark is valid by returning true.

See Also

Personal tools
Translations
Newest Version