TVirtualDataTableState.PopPhysicalPosition Method
This method is called when we need to ensure the position in the dataset is correct. If the data is stateless (like an array), then this method can be empty. For data with state (like a TDataSet) you need to save the position of the physical dataset in<#see PushPhysicalPosition> and restore it here.
Syntax
Unit: FlexCel.Report
procedure TVirtualDataTableState.PopPhysicalPosition; virtual;