FireDAC.Comp.DataSet.TFDDataSet.BookmarkSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BookmarkSize: Integer read FBookmarkSize write SetBookmarkSize;

C++

__property BookmarkSize = {write=SetBookmarkSize};

Properties

Type Visibility Source Unit Parent
property protected
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet

Description

Indicates the number of bytes used to represent a bookmark.

FireDAC.Comp.DataSet.TFDDataSet.BookmarkSize inherits from Data.DB.TDataSet.BookmarkSize. All content below this line refers to Data.DB.TDataSet.BookmarkSize.

Indicates the number of bytes used to represent a bookmark.

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.

See Also