TVirtualDataTableState.PushPhysicalPosition 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 here and restore it in <#see PopPhysicalPosition>.
Syntax
Unit: FlexCel.Report
procedure TVirtualDataTableState.PushPhysicalPosition; virtual;