Source position: db.pas line 2061
public property TDataLink.Eof : Boolean read GetEOF;
EOF returns TDataset.EOF if the dataset is available, True otherwise.
TDatalink.BOF
Is the dataset at the first record.
TDataset.EOF
Indicates whether the last record has been reached.