[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

TDataLink.Eof

Declaration

Source position: db.pas line 1834

public property TDataLink.Eof : Boolean
  read GetEOF;

Description

EOF returns TDataset.EOF if the dataset is available, True otherwise.

See also

TDatalink.BOF

  

Is the dataset at the first record

TDataset.EOF

  

Indicates whether the last record has been reached.