TVirtualDataTableState.MoveNext Method
This method is called when we want to move to the next record.
You can always know the current record with Position
Syntax
Unit: FlexCel.Report
procedure TVirtualDataTableState.MoveNext; virtual; abstract;
See also