Data.Bind.ObjectScope.TBindSourceAdapter.GetBOF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBOF: Boolean; virtual;

C++

virtual bool __fastcall GetBOF();

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

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