Data.DB.TBookmarkStr
Delphi
type TBookmarkStr = AnsiString;
C++
typedef System::AnsiString TBookmarkStr;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
TBookmarkStr is a bookmark represented as a string.
TBookmarkStr is the value of a bookmark in a dataset. Although this is a string type, it is not necessarily a string of text. The string can be any string of bytes. The format depends on the type of dataset.
Note: The TBookmarkStr type is deprecated. Use TBookmark instead.