RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.BookmarkSize Property

Indicates the number of bytes used to represent a bookmark.

Pascal
property BookmarkSize: Integer;
C++
__property int BookmarkSize;

Bookmarks mark a location in a dataset so that an application can easily return to that location quickly. Descendants of TDataSet can use different mechanisms for storing enough information to identify records when applications set bookmarks. BookmarkSize indicates the number of bytes required to specify bookmark information for a particular dataset.

Note: Unidirectional datasets do not support bookmarks.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!