Data.Bind.ObjectScope.TBindSourceAdapter.GetEOF
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
function GetEOF: Boolean; virtual;
C++
virtual bool __fastcall GetEOF();
Description
Getter method for the EOF property.
GetEOF determines whether the source adapter is positioned in the last record.
The GetEOF method returns True
if the active record is the last record or if there are no records. It returns False
otherwise.