RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TBookmarkStr Type

TBookmarkStr is a bookmark, represented as a string.

Pascal
TBookmarkStr = string;
C++
AnsiString TBookmarkStr;

DB

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!