Data.DB.TDataSet.GetBookmarkStr
Delphi
function GetBookmarkStr: TBookmarkStr; virtual; deprecated;
C++
virtual System::AnsiString __fastcall GetBookmarkStr _DEPRECATED_ATTRIBUTE0 ();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDataSet |
Description
Warning: 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.