Data.DB.TDataSet.SetBookmarkStr
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure SetBookmarkStr(const Value: TBookmarkStr); virtual; deprecated;
C++
virtual void __fastcall SetBookmarkStr _DEPRECATED_ATTRIBUTE0 (const TBookmarkStr Value);
Description
Attention: 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.