Reads a record
Class EasycomFile
Syntax
public Boolean EasycomFile.ReadFirst()
public Boolean EasycomFile.ReadNext()
public Boolean EasycomFile.ReadPrev()
public Boolean EasycomFile.ReadLast()
Description
These functions are reading a record using the given direction. The function returns true if a record is fetched and false otherwise.
See also EasycomDataSet.Readxxx methods