Data.Bind.ObjectScope.TBindSourceAdapter.GetBOF

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

function GetBOF: Boolean; virtual;

C++

virtual bool __fastcall GetBOF();

Description

Getter method for the BOF property.

The GetBOF method uses the ItemIndex property to determine whether the source adapter is positioned in the first record.

GetBOF returns True if the active record is the first record, it returns False otherwise.

See Also