Data.DB.TDataSet.GetBookmarkStr
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
function GetBookmarkStr: TBookmarkStr; virtual; deprecated;
C++
virtual TBookmarkStr __fastcall GetBookmarkStr _DEPRECATED_ATTRIBUTE0 ();
Description
Attention: GetBookmarkStr is deprecated.
Gets a bookmark represented as a string.
GetBookmarkStr returns 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 GetBookmark instead.