FireDAC.Comp.DataSet.TFDDataSet.SourceEOF

From RAD Studio API Documentation

Delphi

property SourceEOF: Boolean read FSourceEOF;

C++

__property bool SourceEOF = {read=FSourceEOF, nodefault};

Properties

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

Description

Specifies if there are no more records to fetch from the current cursor.

The SourceEOF property returns True if there are no more records to fetch from the current cursor.

See Also