Data.DB.TDataSet.SetBookmarkStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBookmarkStr(const Value: TBookmarkStr); virtual; deprecated;

C++

virtual void __fastcall SetBookmarkStr _DEPRECATED_ATTRIBUTE0 (const System::AnsiString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

Description

Warning: SetBookmarkStr is deprecated.

Sets a bookmark represented as a string.

SetBookmarkStr is used to set a bookmark represented as a string.

The method is virtual. Every TDataSet descendant must implement it in a specific way. A record buffer stores the data of the record, the bookmark, and the bookmark flags.

Note: Unidirectional datasets do not use bookmarks.

Note: This method is deprecated. Use GotoBookmark instead to set the Bookmark property.

See Also