TVirtualDataTableState.Eof Method
This method returns if we have reached the last record in the table. The default implementation just sees if Position = RowCount. If RowCount is slow and you have a faster way to know if you are at the end, override this method.
Syntax
Unit: FlexCel.Report
function TVirtualDataTableState.Eof: Boolean; virtual;