FireDAC.Comp.DataSet.TFDDataSet.SourceEOF

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

property SourceEOF: Boolean read FSourceEOF;

C++

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

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