Show: Delphi C++
Display Preferences

Datasnap.DBClient.TCustomClientDataSet.GetBookmarkFlag

From XE2 API Documentation
Jump to: navigation, search

Delphi

function GetBookmarkFlag(Buffer: TRecordBuffer): TBookmarkFlag; override;

C++

virtual Data::Db::TBookmarkFlag __fastcall GetBookmarkFlag(System::PByte Buffer);

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient TCustomClientDataSet

Description

Gets the bookmark flag for the record buffer given by the parameter.

Datasnap.DBClient.TCustomClientDataSet.GetBookmarkFlag inherits from Data.DB.TDataSet.GetBookmarkFlag. All content below this line refers to Data.DB.TDataSet.GetBookmarkFlag.

Gets the bookmark flag for the record buffer given by the parameter.

GetBookmarkFlag is used to get the bookmark flag for the Buffer record buffer. The method returns a TBookmarkFlag value.

The method is virtual. Every TDataSet descendant must implement it in a specific way. Note that a record buffer stores the data of the record, the bookmark, and the bookmark flags.

Note: Unidirectional datasets do not use bookmarks.

See Also

Personal tools
Previous Versions
Translations